From 15e0068979f7fdc75592de346e265398988ba5b5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Oct 2011 23:45:48 -0700 Subject: remove background color from html tag --- lib/scaffolding.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3