remove html from body background

This commit is contained in:
Mark Otto
2011-10-28 18:38:06 -07:00
parent 9fd4e459fe
commit 2764cfda6d
4 changed files with 5 additions and 9 deletions

View File

@@ -7,10 +7,8 @@
// STRUCTURAL LAYOUT
// -----------------
html, body {
background-color: @white;
}
body {
background-color: @white;
margin: 0;
font-family: @baseFontFamily;
font-size: @baseFontSize;