aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
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">