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/customize.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/customize.html')
| -rw-r--r-- | docs/customize.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html index 4f3e7fe2d..9a503ff8f 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -21,10 +21,10 @@ title: Customize and download <div class="row"> <div class="span3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav"> - <li><a href="#components"><i class="glyphicon-chevron-right"></i> 1. Choose components</a></li> - <li><a href="#plugins"><i class="glyphicon-chevron-right"></i> 2. Select jQuery plugins</a></li> - <li><a href="#variables"><i class="glyphicon-chevron-right"></i> 3. Customize variables</a></li> - <li><a href="#download"><i class="glyphicon-chevron-right"></i> 4. Download</a></li> + <li><a href="#components"><i class="glyphicon glyphicon-chevron-right"></i> 1. Choose components</a></li> + <li><a href="#plugins"><i class="glyphicon glyphicon-chevron-right"></i> 2. Select jQuery plugins</a></li> + <li><a href="#variables"><i class="glyphicon glyphicon-chevron-right"></i> 3. Customize variables</a></li> + <li><a href="#download"><i class="glyphicon glyphicon-chevron-right"></i> 4. Download</a></li> </ul> </div> <div class="span9"> |
