diff options
| author | Mark Otto <[email protected]> | 2013-08-18 01:23:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 01:23:45 -0700 |
| commit | f2e35bf7027e8274e28e46b41efb93f4c03184eb (patch) | |
| tree | d0881f56d806cf9bdd78b511af418517742580ed /_includes | |
| parent | 1e0453f825cb7d6e14807b121210a594f242bc35 (diff) | |
| download | bootstrap-f2e35bf7027e8274e28e46b41efb93f4c03184eb.tar.xz bootstrap-f2e35bf7027e8274e28e46b41efb93f4c03184eb.zip | |
docs layout and alignment refinement
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-components.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html index c5ced697d..b251cc332 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -1,4 +1,12 @@ <li> + <a href="#glyphicons">Glyphicons</a> + <ul class="nav"> + <li><a href="#glyphicons-glyphs">Available glyphs</a></li> + <li><a href="#glyphicons-how-to-use">How ot use</a></li> + <li><a href="#glyphicons-examples">Examples</a></li> + </ul> +</li> +<li> <a href="#dropdowns">Dropdowns</a> <ul class="nav"> <li><a href="#dropdowns-example">Example</a></li> |
