Merge pull request #105 from wallesspotify/master

Explicitly set background to white and scroll bars to auto.
This commit is contained in:
Jannon Frank 2012-04-20 20:44:55 -07:00
commit 3ac7e8ba29

View File

@ -1,8 +1,15 @@
html
{
overflow: auto;
background-color: #fff;
}
body body
{ {
font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif; font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
line-height: 130%; line-height: 130%;
color: #000; color: #000;
background-color: #fff;
} }
a { a {