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:
parent
f963c99d5a
commit
9023abb3e0
@ -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%;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user