2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove background color from html tag

This commit is contained in:
Mark Otto
2011-10-27 23:45:48 -07:00
parent 646870135b
commit 15e0068979
3 changed files with 4 additions and 9 deletions
+1 -3
View 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;