aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-29 12:29:22 -0700
committerMark Otto <[email protected]>2013-07-29 12:29:22 -0700
commitd08d9a63c3b61e834d5109069805867dfa841dcf (patch)
tree152555fa0886d86efc153c3b3f48e75b60d7dc9d /css.html
parent7b42b8b0fefa3511862040c58aaaf8f8b6800cbb (diff)
parenta954f04a02a193959fd9d9c172c5004311a5cca1 (diff)
downloadbootstrap-d08d9a63c3b61e834d5109069805867dfa841dcf.tar.xz
bootstrap-d08d9a63c3b61e834d5109069805867dfa841dcf.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'css.html')
-rw-r--r--css.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/css.html b/css.html
index 316d49455..8018c4ff5 100644
--- a/css.html
+++ b/css.html
@@ -206,7 +206,7 @@ base_url: "../"
<div class="col-lg-1">1</div>
<div class="col-lg-1">1</div>
</div>
-<div class="row show-grid">
+<div class="row">
<div class="col-lg-8">8</div>
<div class="col-lg-4">4</div>
</div>
@@ -362,7 +362,7 @@ base_url: "../"
</div>
{% highlight html %}
-<div class="row show-grid">
+<div class="row">
<div class="col-lg-9 col-push-3">9</div>
<div class="col-lg-3 col-pull-9">3</div>
</div>
@@ -1425,7 +1425,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h3>Selects</h3>
- <p>Use the default option or specify a <code>multiple="multiple"</code> to show multiple options at once.</p>
+ <p>Use the default option, or add <code>multiple</code> to show multiple options at once.</p>
<form class="bs-example">
<select class="form-control">
<option>1</option>
@@ -1435,7 +1435,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<option>5</option>
</select>
<br>
- <select multiple="multiple" class="form-control">
+ <select multiple class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
@@ -1452,7 +1452,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<option>5</option>
</select>
-<select multiple="multiple" class="form-control">
+<select multiple class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
@@ -1562,9 +1562,9 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h2 id="forms-control-sizes">Control sizing</h2>
- <p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.col-lg-*</code> classes.</p>
+ <p>Set heights using classes like <code>.input-large</code>, and set widths using grid column classes like <code>.col-lg-*</code>.</p>
- <h3>Relative sizing</h3>
+ <h3>Height sizing</h3>
<p>Create larger or smaller form controls that match button sizes.</p>
<form class="bs-example bs-example-control-sizing">
<div class="controls docs-input-sizes">