]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove background color from html tag
authorMark Otto <mark.otto@twitter.com>
Fri, 28 Oct 2011 06:45:48 +0000 (23:45 -0700)
committerMark Otto <mark.otto@twitter.com>
Fri, 28 Oct 2011 06:45:48 +0000 (23:45 -0700)
bootstrap.css
bootstrap.min.css
lib/scaffolding.less

index 4ec61e92a2cb269c8f881db752d4e322f9576d44..44556b44188f3e55ce4745d99d23238cdd9f1a5c 100644 (file)
@@ -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 Oct 26 21:28:20 PDT 2011
+ * Date: Thu Oct 27 23:45:36 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).
@@ -180,10 +180,8 @@ textarea {
  * Scaffolding
  * Basic and global styles for generating a grid system, structural layout, and page templates
  * ------------------------------------------------------------------------------------------- */
-html, body {
-  background-color: #ffffff;
-}
 body {
+  background-color: #ffffff;
   margin: 0;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 13px;
index fd79449f36e2e0e60421609920b28e9d2dc45c32..c6a99a74e6accb8b5cbcaadca4329d4bbca167b1 100644 (file)
@@ -20,8 +20,7 @@ button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:poin
 input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
 input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
 textarea{overflow:auto;vertical-align:top;}
-html,body{background-color:#ffffff;}
-body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#404040;}
+body{background-color:#ffffff;margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#404040;}
 .container{width:940px;margin-left:auto;margin-right:auto;zoom:1;}.container:before,.container:after{display:table;content:"";zoom:1;}
 .container:after{clear:both;}
 .container-fluid{position:relative;min-width:940px;padding-left:20px;padding-right:20px;zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";zoom:1;}
index 394a5fd6e53ed68fdbc5c0b6ba771ee666fcbbb4..bd7bf873c6822a00fbf8a9b0135f9c74b3240084 100644 (file)
@@ -7,10 +7,8 @@
 // STRUCTURAL LAYOUT
 // -----------------
 
-html, body {
-  background-color: @white;
-}
 body {
+  background-color: @white;
   margin: 0;
   #font > .sans-serif(normal,@basefont,@baseline);
   color: @grayDark;