Set background color on body

git-svn-id: http://svn.automattic.com/wordpress/trunk@540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2003-11-11 14:58:35 +00:00
parent 96acd627cb
commit 862558e2f2
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 {