diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
commit | 424dd8bc118b36c9173dbdc05661086c8566fd17 (patch) | |
tree | 6e8d8f9c4aa7b1bd209448f5ac7d78b4e983b573 /bower_components/bootstrap/_includes/nav-components.html | |
parent | d29efdf7b225badbee54f074400c996be7159233 (diff) |
update bootstrap to 3.0.0 final
Diffstat (limited to 'bower_components/bootstrap/_includes/nav-components.html')
-rwxr-xr-x | bower_components/bootstrap/_includes/nav-components.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bower_components/bootstrap/_includes/nav-components.html b/bower_components/bootstrap/_includes/nav-components.html index c5ced697..8b239b22 100755 --- a/bower_components/bootstrap/_includes/nav-components.html +++ b/bower_components/bootstrap/_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 to 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> @@ -85,8 +93,7 @@ <li> <a href="#alerts">Alerts</a> <ul class="nav"> - <li><a href="#alerts-default">Default alert</a></li> - <li><a href="#alerts-alternatives">Contextual alternatives</a></li> + <li><a href="#alerts-examples">Examples</a></li> <li><a href="#alerts-dismissable">Dismissable alerts</a></li> <li><a href="#alerts-links">Links in alerts</a></li> </ul> @@ -123,6 +130,7 @@ <li><a href="#panels-basic">Basic example</a></li> <li><a href="#panels-heading">Panel with heading</a></li> <li><a href="#panels-alternatives">Contextual alternatives</a></li> + <li><a href="#panels-tables">With tables</a> <li><a href="#panels-list-group">With list groups</a> </ul> </li> |