aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-21 00:50:28 -0800
committerMark Otto <[email protected]>2012-12-21 00:50:28 -0800
commitc11f41ba04791a0c408071527994dfb22c91a436 (patch)
treefdc17547ec028e8a9dcbeb43320eb25f09f17efb /docs/components.html
parent7c04d573d0a08a365f3350c9d52d7cc870f702be (diff)
downloadbootstrap-c11f41ba04791a0c408071527994dfb22c91a436.tar.xz
bootstrap-c11f41ba04791a0c408071527994dfb22c91a436.zip
flatten buttons and forms
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html
index ac9dc91ce..4f49688f5 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -223,10 +223,10 @@
<p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
<div class="bs-docs-example">
<div class="btn-group btn-group-vertical">
- <button type="button" class="btn"><i class="icon-align-left"></i></button>
- <button type="button" class="btn"><i class="icon-align-center"></i></button>
- <button type="button" class="btn"><i class="icon-align-right"></i></button>
- <button type="button" class="btn"><i class="icon-align-justify"></i></button>
+ <button type="button" class="btn"><i class="glyphicon-align-left"></i></button>
+ <button type="button" class="btn"><i class="glyphicon-align-center"></i></button>
+ <button type="button" class="btn"><i class="glyphicon-align-right"></i></button>
+ <button type="button" class="btn"><i class="glyphicon-align-justify"></i></button>
</div>
</div>
<pre class="prettyprint linenums">