aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-27 18:51:06 -0700
committerMark Otto <[email protected]>2013-06-27 18:51:06 -0700
commit2981f0089f917deb39a6dd61a784c01aa2732e92 (patch)
tree8a556b90d4c6dd9915690af1e7d1b481a866b588 /docs
parent879d517cb353857e59b16cc7e8310ca4350ef99f (diff)
downloadbootstrap-2981f0089f917deb39a6dd61a784c01aa2732e92.tar.xz
bootstrap-2981f0089f917deb39a6dd61a784c01aa2732e92.zip
remove glyphicons from demo component
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/components.html b/docs/components.html
index ee819a244..071e546dc 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -243,10 +243,10 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
<div class="bs-example">
<div class="btn-group-vertical">
- <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-left"></i></button>
- <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-center"></i></button>
- <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-right"></i></button>
- <button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-justify"></i></button>
+ <button type="button" class="btn btn-default">Button</button>
+ <button type="button" class="btn btn-default">Button</button>
+ <button type="button" class="btn btn-default">Button</button>
+ <button type="button" class="btn btn-default">Button</button>
</div>
</div>
{% highlight html %}