diff --git a/docs/_includes/nav-css.html b/docs/_includes/nav-css.html
index 534c9c2edd6f07442c9229317487b463a0e822d9..a52285b2966410e1e7f37656426dc8a4b1a872e2 100644
--- a/docs/_includes/nav-css.html
+++ b/docs/_includes/nav-css.html
@@ -9,6 +9,9 @@
     <li><a href="#overview-container">Container</a></li>
   </ul>
 </li>
+<li>
+  <a href="#glyphicons">Glyphicons</a>
+</li>
 <li>
   <a href="#grid">Grid system</a>
   <ul class="nav">
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index cef5f33343e9c83e6f845bad43077608f81c472f..8eeaea3b73dae4fca12ca5f5a6546a19794e2c29 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -95,7 +95,6 @@ body {
 }
 
 
-
 /* Customize and Download button
 -------------------------------------------------- */
 
diff --git a/docs/css.html b/docs/css.html
index 9c85d35f68a402bf461d9685757130f42b183f44..95295a359c34161ef479737baca8fcbb4bce9387 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -57,6 +57,20 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
 
 
 
+  <!-- Glyphicons icont font
+  ================================================== -->
+  <div class="bs-docs-section" id="glyphicons">
+    <div class="page-header">
+      <h1>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-large">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" id="grid">
diff --git a/docs/index.html b/docs/index.html
index 24a0220f2f19842b8d2e995f9b8d7c8b0281e150..ae38cb9795f6a8d848c8d1753f16da8a3d0374ca 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,15 +15,15 @@ title: Bootstrap
     {% include social-buttons.html %}
 
     <ul class="bs-masthead-links">
-      <li>
-        <a href="./customize/" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);">Customize</a>
-      </li>
       <li>
         <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
       </li>
       <li>
         <a href="./getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
       </li>
+      <li>
+        <a href="http://glyphicons.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
+      </li>
       <li>
         <a href="http://expo.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
       </li>