Set background color on body

git-svn-id: https://develop.svn.wordpress.org/trunk@540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2003-11-11 14:58:35 +00:00
parent 5d240a5e5f
commit 7fad3048f3
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ body {
border-top: solid 3px #565;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin: 0;
background-color: white;
color: black;
}
cite {