diff options
| author | Mark Otto <[email protected]> | 2013-06-27 19:23:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-27 19:23:55 -0700 |
| commit | 2af67238a4ce5e85e1ba9c83d3af3b0c13f811cd (patch) | |
| tree | 419af19eb4673701ae74882716cf42d6f654c3f8 /docs/_includes | |
| parent | b06ec345ce5d84d54575bc4a127893786e95be8a (diff) | |
| parent | 8cd5d0be71f51a857848b6c28b3f97dbbb838dee (diff) | |
| download | bootstrap-2af67238a4ce5e85e1ba9c83d3af3b0c13f811cd.tar.xz bootstrap-2af67238a4ce5e85e1ba9c83d3af3b0c13f811cd.zip | |
Merge pull request #8332 from twitter/bs3_remove_icons
BS3: Remove Glyphicons
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-components.html | 8 | ||||
| -rw-r--r-- | docs/_includes/nav-css.html | 3 |
2 files changed, 3 insertions, 8 deletions
diff --git a/docs/_includes/nav-components.html b/docs/_includes/nav-components.html index 4f49d68b2..dd56cf399 100644 --- a/docs/_includes/nav-components.html +++ b/docs/_includes/nav-components.html @@ -1,12 +1,4 @@ <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"> <li><a href="#dropdowns-example">Example</a></li> diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html index 534c9c2ed..a52285b29 100644 --- a/docs/_includes/nav-css.html +++ b/docs/_includes/nav-css.html @@ -10,6 +10,9 @@ </ul> </li> <li> + <a href="#glyphicons">Glyphicons</a> +</li> +<li> <a href="#grid">Grid system</a> <ul class="nav"> <li><a href="#grid-options">Available options</a></li> |
