diff --git a/bootstrap.css b/bootstrap.css
index 6d3c15390adf8fa68d54251c3c03085f837eaa8e..babe50a210af247ecbc49bf6d08e61a13abe3537 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Sep 17 17:21:25 PDT 2011
+ * Date: Wed Sep 28 19:05:53 PDT 2011
  */
 /* Reset.less
  * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -173,7 +173,7 @@ textarea {
 /* Variables.less
  * Variables to customize the look and feel of Bootstrap
  * ----------------------------------------------------- */
-/* Variables.less
+/* Mixins.less
  * Snippets of reusable CSS to develop faster and keep code readable
  * ----------------------------------------------------------------- */
 /*
diff --git a/docs/index.html b/docs/index.html
index 5c5162471a2120049e29c557136f3d443f828ea0..857af2448652a6bb3c7ad0a89ccc6d21b2a130ac 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -84,14 +84,12 @@
     ================================================== -->
     <header class="jumbotron masthead" id="overview">
       <div class="inner">
-        <div class="container">
-          <h1>Bootstrap, from Twitter</h1>
-          <p class="lead">
-            Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
-            It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
-          </p>
-          <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with Less">built with Less</a> and was designed to work out of the gate with modern browsers in mind.</p>
-        </div><!-- /container -->
+        <h1>Bootstrap, from Twitter</h1>
+        <p class="lead">
+          Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.<br />
+          It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
+        </p>
+        <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with Less">built with Less</a> and was designed to work out of the gate with modern browsers in mind.</p>
       </div>
     </header>
 
@@ -140,10 +138,6 @@
       <h3>History</h3>
       <p>Engineers at Twitter have historically used almost any library they were familiar with to meet front-end requirements. Bootstrap began as an answer to the challenges that presented. With the help of many awesome folks, Bootstrap has grown significantly.</p>
       <p>Read more on <a href="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com &rsaquo;</a></p>
-      <p>
-        <a href="http://twitter.com/twbootstrap" class="twitter-follow-button">Follow @twbootstrap</a>
-        <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
-      </p>
     </div>
     <div class="span-one-third">
       <h3>Browser support</h3>
diff --git a/lib/mixins.less b/lib/mixins.less
index ca7893dafea098a5fda162e82be4a7aa59f1f17a..929618a40917ec8e449eb62cb7399a40500c8f76 100644
--- a/lib/mixins.less
+++ b/lib/mixins.less
@@ -1,4 +1,4 @@
-/* Variables.less
+/* Mixins.less
  * Snippets of reusable CSS to develop faster and keep code readable
  * ----------------------------------------------------------------- */
 
diff --git a/lib/patterns.less b/lib/patterns.less
index 1ba218c36bad8c3c44eaf3708b5f6d97a074b3c8..eae09a596372b80141522b3f3996246adb521adc 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -350,7 +350,7 @@
 // Basic pill nav
 .pills {
   a {
-      margin: 5px 3px 5px 0;
+    margin: 5px 3px 5px 0;
     padding: 0 15px;
     text-shadow: 0 1px 1px @white;
     line-height: 30px;
@@ -376,7 +376,7 @@
 
 .tab-content > .active,
 .pill-content > .active {
-  display:block;
+  display: block;
 }
 
 
@@ -398,8 +398,6 @@
     padding: 0 5px;
     color: @grayLight;
   }
-  a {
-  }
   .active a {
     color: @grayDark;
   }