diff options
| author | Mark Otto <[email protected]> | 2013-02-16 01:26:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-16 01:26:43 -0800 |
| commit | ce21926704778a2fb8ff76f5241b90a97abeea4c (patch) | |
| tree | 691a68b68c68d5423f439737ce439944f32a684c /docs/getting-started.html | |
| parent | d8e2668c1df122f61e82008821bc6b56def4fe12 (diff) | |
| download | bootstrap-ce21926704778a2fb8ff76f5241b90a97abeea4c.tar.xz bootstrap-ce21926704778a2fb8ff76f5241b90a97abeea4c.zip | |
All Glyphicons now require a base class, e.g. .glyphicon.glyphicon-star
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 9f63c5b4c..08a51ee10 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -21,12 +21,12 @@ description: Overview of the project, its contents, and how to get started with <div class="row"> <div class="span3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav"> - <li><a href="#download-bootstrap"><i class="glyphicon-chevron-right"></i> Download</a></li> - <li><a href="#file-structure"><i class="glyphicon-chevron-right"></i> File structure</a></li> - <li><a href="#contents"><i class="glyphicon-chevron-right"></i> What's included</a></li> - <li><a href="#html-template"><i class="glyphicon-chevron-right"></i> HTML template</a></li> - <li><a href="#examples"><i class="glyphicon-chevron-right"></i> Examples</a></li> - <li><a href="#what-next"><i class="glyphicon-chevron-right"></i> What next?</a></li> + <li><a href="#download-bootstrap"><i class="glyphicon glyphicon-chevron-right"></i> Download</a></li> + <li><a href="#file-structure"><i class="glyphicon glyphicon-chevron-right"></i> File structure</a></li> + <li><a href="#contents"><i class="glyphicon glyphicon-chevron-right"></i> What's included</a></li> + <li><a href="#html-template"><i class="glyphicon glyphicon-chevron-right"></i> HTML template</a></li> + <li><a href="#examples"><i class="glyphicon glyphicon-chevron-right"></i> Examples</a></li> + <li><a href="#what-next"><i class="glyphicon glyphicon-chevron-right"></i> What next?</a></li> </ul> </div> <div class="span9"> |
