Add missing, and assumed, white background for screen rendering.

[SVN r43337]
This commit is contained in:
Rene Rivera 2008-02-20 23:03:28 +00:00
parent c96af5a50a
commit 749c472960
2 changed files with 8 additions and 0 deletions

View file

@ -372,6 +372,10 @@
@media screen
{
body {
background-color: #FFFFFF;
}
/* Links */
a
{

View file

@ -372,6 +372,10 @@
@media screen
{
body {
background-color: #FFFFFF;
}
/* Links */
a
{