diff options
| author | Mark Otto <[email protected]> | 2013-08-16 12:43:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 12:43:54 -0700 |
| commit | 551c561ee2471681c5c7536c2cfe81d15f180cf7 (patch) | |
| tree | b2738808dd903b17b2b6b1208511565251b8af0d /_includes | |
| parent | c13772d5f7584a83476a12fec379d8424ea312d1 (diff) | |
| download | bootstrap-551c561ee2471681c5c7536c2cfe81d15f180cf7.tar.xz bootstrap-551c561ee2471681c5c7536c2cfe81d15f180cf7.zip | |
docs cleanup on naming to fix #9710
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-components.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/_includes/nav-components.html b/_includes/nav-components.html index dcb4374ef..c60a1cd45 100644 --- a/_includes/nav-components.html +++ b/_includes/nav-components.html @@ -73,13 +73,8 @@ </li> <li><a href="#labels">Labels</a></li> <li><a href="#badges">Badges</a></li> -<li> - <a href="#type-components">Typography</a> - <ul class="nav"> - <li><a href="#type-components-jumbotron">Jumbotron</a></li> - <li><a href="#type-components-page-header">Page header</a></li> - </ul> -</li> +<li><a href="#jumbotron">Jumbotron</a></li> +<li><a href="#page-header">Page header</a></li> <li> <a href="#thumbnails">Thumbnails</a> <ul class="nav"> |
