diff options
| author | Mark Otto <[email protected]> | 2012-12-21 00:50:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-21 00:50:28 -0800 |
| commit | c11f41ba04791a0c408071527994dfb22c91a436 (patch) | |
| tree | fdc17547ec028e8a9dcbeb43320eb25f09f17efb /docs/components.html | |
| parent | 7c04d573d0a08a365f3350c9d52d7cc870f702be (diff) | |
| download | bootstrap-c11f41ba04791a0c408071527994dfb22c91a436.tar.xz bootstrap-c11f41ba04791a0c408071527994dfb22c91a436.zip | |
flatten buttons and forms
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 8 |
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"> |
