aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-11 20:52:39 -0800
committerMark Otto <[email protected]>2013-01-11 20:52:39 -0800
commit88e816956a731c9e3284c55a7be0c81b447c2601 (patch)
treefad0c4b2bc93eb96143bf8b43e86d152347e14f5 /docs/components.html
parentb242ff7851e12dbca9b7e22ae1c9a74686ec606d (diff)
downloadbootstrap-88e816956a731c9e3284c55a7be0c81b447c2601.tar.xz
bootstrap-88e816956a731c9e3284c55a7be0c81b447c2601.zip
Fixes #6552: example fix for button group
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 10ffd2e0c..751418816 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -272,9 +272,9 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="btn-group"&gt;
- &lt;button class="btn"&gt;1&lt;/button&gt;
- &lt;button class="btn"&gt;2&lt;/button&gt;
- &lt;button class="btn"&gt;3&lt;/button&gt;
+ &lt;button class="btn"&gt;Left&lt;/button&gt;
+ &lt;button class="btn"&gt;Middle&lt;/button&gt;
+ &lt;button class="btn"&gt;Right&lt;/button&gt;
&lt;/div&gt;
</pre>