diff --git a/bootstrap.css b/bootstrap.css
index 74849e66b934af48abe2f712ca97baae483f8ca0..c7f2dfc6a26633c3ed7d22c8ed6438d7ff517542 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: Wed Dec 21 16:21:54 CST 2011
+ * Date: Wed Dec 21 16:26:02 CST 2011
  */
 html, body {
   margin: 0;
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 5ed38bb4783cfb6d59f5515f35180590d04b894d..20ea50d6f1e6e981b010cd4ccec84298445e00c6 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -387,7 +387,7 @@ h2 + table {
   .example-sites {
     margin-left: 0;
   }
-  .example-sites a {
+  .example-sites > li {
     float: none;
     display: block;
     max-width: 300px;
diff --git a/lib/bootstrap.less b/lib/bootstrap.less
index a871a7cd431b6f26a5cfe48a2221ff1bc2ee8a87..e05a966addf59bd04abde3163112a688a925ba13 100644
--- a/lib/bootstrap.less
+++ b/lib/bootstrap.less
@@ -34,7 +34,7 @@
 @import "modals.less";
 @import "twipsy.less";
 @import "popovers.less";
-@import "media-grids.less";
+@import "thumbnails.less";
 
 // Responsive
 @import "responsive.less";
\ No newline at end of file
diff --git a/lib/media-grids.less b/lib/thumbnails.less
similarity index 100%
rename from lib/media-grids.less
rename to lib/thumbnails.less