mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
3fad967900
commit
c9d60045bb
@ -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…
x
Reference in New Issue
Block a user