aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-27 23:45:48 -0700
committerMark Otto <[email protected]>2011-10-27 23:45:48 -0700
commit15e0068979f7fdc75592de346e265398988ba5b5 (patch)
tree832c322f698c3157c9381833fafa2051f3c2fd44 /bootstrap.css
parent646870135baab13b7996ea5fb86c848af7b3e76c (diff)
downloadbootstrap-15e0068979f7fdc75592de346e265398988ba5b5.tar.xz
bootstrap-15e0068979f7fdc75592de346e265398988ba5b5.zip
remove background color from html tag
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 4ec61e92a..44556b441 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 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;