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

git-svn-id: https://develop.svn.wordpress.org/trunk@1069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2004-04-14 17:12:52 +00:00
parent f963c99d5a
commit 9023abb3e0
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%;