Oh yeah. Should also set 'color' since we're setting 'background-color'.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2004-04-14 17:12:52 +00:00
parent 3fad967900
commit c9d60045bb
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if (!$step) $step = 0;
<!--
body {
background-color: white;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 15%;
margin-right: 15%;

View File

@ -14,6 +14,7 @@ if (!$step) $step = 0;
<style media="screen" type="text/css">
body {
background-color: white;
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
margin-left: 15%;
margin-right: 15%;