Commit: e6f42030baf901f211f816dfaa17de5fef6fce53 Author: Hannes Magnusson <[email protected]> Sat, 8 Jan 2011 13:15:21 +0000 Parents: 5ba7ace6d1a9cdd569483a20c41852718b4a48e5 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e6f42030baf901f211f816dfaa17de5fef6fce53 Log: Fixed bug#53688 (new site is missing background color) Bugs: https://bugs.php.net/53688 Changed paths: M styles/theme.css Diff: diff --git a/styles/theme.css b/styles/theme.css index 4c82ce9..fcba3ba 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -22,7 +22,7 @@ body, input, textarea { body { line-height: 1.4; - background: url('/images/sprites.png') repeat-x 0px -990px; + background: url('/images/sprites.png') repeat-x 0px -990px #fff; } h1 { font-size: 1.7em; line-height: 2.6em; margin-bottom: 0.2em; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
