]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
css tests cleanup
authorMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 08:31:22 +0000 (01:31 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 23 Mar 2012 08:31:22 +0000 (01:31 -0700)
docs/assets/bootstrap.zip
docs/css-tests.html
docs/templates/pages/css-tests.mustache

index 6262fbb6cfa4189f8fd79a4d306f555315c7f0f7..8b745938743356ad19a8226295f16eaa725db685 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 6dcec97985bd2f4b0f34886d73b1251b26c421bb..081b27a5707b410227b1323fa6326c32a91c5115 100644 (file)
     <div class="container">
 
 <style>
-body {
-  background-image: none;
-}
-.col1 {
-  background-color: rgba(255,0,0,.1);
-}
-.col2 {
-  background-color: rgba(0,255,0,.1);
-}
-.col3 {
-  background-color: rgba(0,0,255,.1);
-}
+  /* nuke background */
+  body {
+    background-image: none;
+  }
+  /* space out subhead */
+  .subhead {
+    margin-bottom: 36px;
+  }
+
+  /* colgroup tests */
+  .col1 {
+    background-color: rgba(255,0,0,.1);
+  }
+  .col2 {
+    background-color: rgba(0,255,0,.1);
+  }
+  .col3 {
+    background-color: rgba(0,0,255,.1);
+  }
 </style>
 
 <!-- Masthead
index cde7484dc45b28fb6ddbaac638e56741be96cddc..6f460569dddae4f4dc3062f21c7f047f2e2a5787 100644 (file)
@@ -1,16 +1,23 @@
 <style>
-body {
-  background-image: none;
-}
-.col1 {
-  background-color: rgba(255,0,0,.1);
-}
-.col2 {
-  background-color: rgba(0,255,0,.1);
-}
-.col3 {
-  background-color: rgba(0,0,255,.1);
-}
+  /* nuke background */
+  body {
+    background-image: none;
+  }
+  /* space out subhead */
+  .subhead {
+    margin-bottom: 36px;
+  }
+
+  /* colgroup tests */
+  .col1 {
+    background-color: rgba(255,0,0,.1);
+  }
+  .col2 {
+    background-color: rgba(0,255,0,.1);
+  }
+  .col3 {
+    background-color: rgba(0,0,255,.1);
+  }
 </style>
 
 <!-- Masthead