diff options
| author | Mark Otto <[email protected]> | 2013-05-09 14:08:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-09 14:08:06 -0700 |
| commit | 7a7971d6db31587d3b283178ddf9dc26a7d19cf8 (patch) | |
| tree | 5d651ed2892cfc71036c79f654dd8b03800b109f /docs/_includes | |
| parent | d5e6bbba27a4193f02ca488f84057cfb2eeafb36 (diff) | |
| download | bootstrap-7a7971d6db31587d3b283178ddf9dc26a7d19cf8.tar.xz bootstrap-7a7971d6db31587d3b283178ddf9dc26a7d19cf8.zip | |
subnav for icons section
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-components.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index 08be1ad8f..8c7728bc8 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -1,4 +1,11 @@ -<li><a href="#icons">Glyphicons</a></li> +<li> + <a href="#icons">Glyphicons</a> + <ul class="nav"> + <li><a href="#icons-list">Icon list</a></li> + <li><a href="#icons-how-to">How to use</a></li> + <li><a href="#icons-examples">Examples</a></li> + </ul> +</li> <li> <a href="#dropdowns">Dropdowns</a> <ul class="nav"> |
