diff --git a/docs/_includes/docs-nav.html b/docs/_includes/docs-nav.html
index 75967f704f801c8179e3938cd069fc3ccfe269fd..f9670a0d82f839c79308461e503e62d7761ac778 100644
--- a/docs/_includes/docs-nav.html
+++ b/docs/_includes/docs-nav.html
@@ -181,7 +181,7 @@
         <li><a href="#panels-basic">Basic panel</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-list-group">With list groups</a></li>
+        <li><a href="#panels-list-group">With list groups</a>
       </ul>
     </li>
     <li><a href="#wells">Wells</a></li>
diff --git a/docs/docs.html b/docs/docs.html
index f0086c58359c02f57b213d8d71d3b7ce4b05e906..517b81cfa84af50f24feac8db4983370dd26832a 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -261,7 +261,8 @@ title: Bootstrap Documentation
     <p>Going beyond light customizations and into visual overhauls is just as straightforward as the above custom button. For a site like <a href="http://yourkarma.com">Karma</a>, which uses Bootstrap as a CSS reset with heavy modifications, more extensive work is involved, but well worth it in the end.</p>
 
     <div class="bs-docs-sidenote">
-      <p><strong>Side note:</strong> While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source Less code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither options are documented here.</p>
+      <p><strong>Alternate customization methods</strong></p>
+      <p>While not recommended for folks new to Bootstrap, you may use one of two alternate methods for customization. The first is modifying the source .less files (making upgrades super difficult), and the second is mapping source LESS code to <a href="http://ruby.bvision.com/blog/please-stop-embedding-bootstrap-classes-in-your-html">your own classes via mixins</a>. For the time being, neither options are documented here.</p>
     </div>
 
     <h3>Removing potential bloat</h3>