Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-21 12:50:28 +0400
committerMark Otto <otto@github.com>2012-12-21 12:50:28 +0400
commitc11f41ba04791a0c408071527994dfb22c91a436 (patch)
treefdc17547ec028e8a9dcbeb43320eb25f09f17efb /docs/templates/pages/components.mustache
parent7c04d573d0a08a365f3350c9d52d7cc870f702be (diff)
flatten buttons and forms
Diffstat (limited to 'docs/templates/pages/components.mustache')
-rw-r--r--docs/templates/pages/components.mustache8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 4db9d84dce..44d86f8a72 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -155,10 +155,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">