aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik van der Kolk <[email protected]>2012-08-18 14:36:30 +0200
committerErik van der Kolk <[email protected]>2012-08-18 14:36:30 +0200
commit25f8ef32605a259648e2085102689bc797c9aa42 (patch)
treee48f9844e0b8d4b4177c23aa522566a3a7ad1a1e /docs
parentc8b8d914b83ffe736ce21b3848b6fb6467eaffe8 (diff)
downloadbootstrap-25f8ef32605a259648e2085102689bc797c9aa42.tar.xz
bootstrap-25f8ef32605a259648e2085102689bc797c9aa42.zip
Add multiple="multiple" to Forms => Selects as described in explanation
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html4
-rw-r--r--docs/templates/pages/base-css.mustache4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 05b0fdb98..1d5e804e9 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1047,7 +1047,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<option>5</option>
</select>
<br>
- <select>
+ <select multiple="multiple">
<option>1</option>
<option>2</option>
<option>3</option>
@@ -1064,7 +1064,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
&lt;option&gt;5&lt;/option&gt;
&lt;/select&gt;
-&lt;select&gt;
+&lt;select multiple="multiple"&gt;
&lt;option&gt;1&lt;/option&gt;
&lt;option&gt;2&lt;/option&gt;
&lt;option&gt;3&lt;/option&gt;
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 61864aac6..7101869c5 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -984,7 +984,7 @@
<option>5</option>
</select>
<br>
- <select>
+ <select multiple="multiple">
<option>1</option>
<option>2</option>
<option>3</option>
@@ -1001,7 +1001,7 @@
&lt;option&gt;5&lt;/option&gt;
&lt;/select&gt;
-&lt;select&gt;
+&lt;select multiple="multiple"&gt;
&lt;option&gt;1&lt;/option&gt;
&lt;option&gt;2&lt;/option&gt;
&lt;option&gt;3&lt;/option&gt;