diff options
| author | Mark Otto <[email protected]> | 2012-07-12 16:23:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-12 16:23:21 -0700 |
| commit | 3c775f24323d649f55aaa175eb6a1a19024ab30c (patch) | |
| tree | 947ac1cf119c7e90f04f29fb8310c47629c7f3b1 /docs/extend.html | |
| parent | 280dfda6edda74772bfd5f2b16828411e7e8c5d0 (diff) | |
| download | bootstrap-3c775f24323d649f55aaa175eb6a1a19024ab30c.tar.xz bootstrap-3c775f24323d649f55aaa175eb6a1a19024ab30c.zip | |
add chevrons to other docs navs
Diffstat (limited to 'docs/extend.html')
| -rw-r--r-- | docs/extend.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/extend.html b/docs/extend.html index 967c37743..a372361a0 100644 --- a/docs/extend.html +++ b/docs/extend.html @@ -82,9 +82,9 @@ <div class="row"> <div class="span3 bs-docs-sidebar"> <ul class="nav nav-list bs-docs-sidenav"> - <li><a href="#built-with-less">Built with LESS</a></li> - <li><a href="#compiling">Compiling Bootstrap</a></li> - <li><a href="#static-assets">Use as static assets</a></li> + <li><a href="#built-with-less">Built with LESS <i class="icon-chevron-right"></i></a></li> + <li><a href="#compiling">Compiling Bootstrap <i class="icon-chevron-right"></i></a></li> + <li><a href="#static-assets">Use as static assets <i class="icon-chevron-right"></i></a></li> </ul> </div> <div class="span9"> |
