aboutsummaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent646870135baab13b7996ea5fb86c848af7b3e76c (diff)
downloadbootstrap-15e0068979f7fdc75592de346e265398988ba5b5.tar.xz
bootstrap-15e0068979f7fdc75592de346e265398988ba5b5.zip
remove background color from html tag
Diffstat (limited to 'lib')
-rw-r--r--lib/scaffolding.less4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less
index 394a5fd6e..bd7bf873c 100644
--- a/lib/scaffolding.less
+++ b/lib/scaffolding.less
@@ -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;