aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 01:32:33 -0700
committerMark Otto <[email protected]>2013-08-18 01:32:33 -0700
commitb09fcc019c68b502f2f6809020bd3a8761c1d421 (patch)
tree6cdb5d1edddf91c9a5c555e9dcdd6ea8ff0836d2
parentf2e35bf7027e8274e28e46b41efb93f4c03184eb (diff)
downloadbootstrap-b09fcc019c68b502f2f6809020bd3a8761c1d421.tar.xz
bootstrap-b09fcc019c68b502f2f6809020bd3a8761c1d421.zip
remove old glyphicons mention
-rw-r--r--_includes/nav-css.html3
-rw-r--r--css.html14
2 files changed, 0 insertions, 17 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html
index 4d2d58da3..31ba46403 100644
--- a/_includes/nav-css.html
+++ b/_includes/nav-css.html
@@ -10,9 +10,6 @@
</ul>
</li>
<li>
- <a href="#glyphicons">Glyphicons</a>
-</li>
-<li>
<a href="#grid">Grid system</a>
<ul class="nav">
<li><a href="#grid-media-queries">Media queries</a></li>
diff --git a/css.html b/css.html
index dd576df06..9bcc63f65 100644
--- a/css.html
+++ b/css.html
@@ -65,20 +65,6 @@ base_url: "../"
- <!-- Glyphicons icon font
- ================================================== -->
- <div class="bs-docs-section">
- <div class="page-header">
- <h1 id="glyphicons">Glyphicons</h1>
- </div>
- <p class="lead">With the launch of Bootstrap 3, icons have been moved to a <a href="https://github.com/twbs/bootstrap-glyphicons">separate repository</a>. This keeps the primary project as lean as possible, makes it easier for folks to swap icon libraries, and makes Glyphicons icon fonts more readily available to more people outside Bootstrap.</p>
- <p class="lead">
- <a href="http://glyphicons.getbootstrap.com/" class="btn btn-default btn-lg">Visit Glyphicons for Bootstrap</a> or <a href="https://github.com/twbs/bootstrap-glyphicons">download from GitHub</a>
- </p>
- </div>
-
-
-
<!-- Grid system
================================================== -->
<div class="bs-docs-section">