diff options
| author | Mark Otto <[email protected]> | 2012-07-30 23:48:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-30 23:48:26 -0700 |
| commit | 9795e9bbe62b05a95e3485a64ba139539113f2db (patch) | |
| tree | 9b66e7ab4b83948a8fed6733f774b5c40b9334be /docs/customize.html | |
| parent | 196fb1d86a80ae3dad45eee2d34b738b80171132 (diff) | |
| download | bootstrap-9795e9bbe62b05a95e3485a64ba139539113f2db.tar.xz bootstrap-9795e9bbe62b05a95e3485a64ba139539113f2db.zip | |
place chevrons first in sidenav in docs, fix ie7 bugs for said sidenav
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 1abe9005b..1fc225e52 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -87,10 +87,10 @@ <div class="row"> <div class="span3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav" data-spy="affix" data-offset-y="80"> - <li><a href="#components">1. Choose components</a></li> - <li><a href="#plugins">2. Select jQuery plugins</a></li> - <li><a href="#variables">3. Customize variables</a></li> - <li><a href="#download">4. Download</a></li> + <li><a href="#components"><i class="icon-chevron-right"></i> 1. Choose components</a></li> + <li><a href="#plugins"><i class="icon-chevron-right"></i> 2. Select jQuery plugins</a></li> + <li><a href="#variables"><i class="icon-chevron-right"></i> 3. Customize variables</a></li> + <li><a href="#download"><i class="icon-chevron-right"></i> 4. Download</a></li> </ul> </div> <div class="span9"> |
