#18085: Fixing background color in TheThemeMachine

Work Items: 18085

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-12 15:20:19 -07:00
parent bd334f2a73
commit 4794725202

View File

@@ -43,7 +43,6 @@ table, caption, tbody, tfoot, thead, tr, th, td {
/* Remember focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* Tables still need 'cellspacing="0"' in the markup */
@@ -111,6 +110,7 @@ Pixels EMs Percent Points
*/
body {
line-height: 1;
font-size: 81.3%;
color: #434343;
background: #fff;