svn: /web/php/trunk/styles/ theme.css
[email protected] (Hannes Magnusson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
bjori Sat, 08 Jan 2011 13:15:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307263
Log:
Fixed bug#53688 (new site is missing background color)
Bug: http://bugs.php.net/53688 (Open) new site is missing background color
Changed paths:
U web/php/trunk/styles/theme.css
Modified: web/php/trunk/styles/theme.css
===================================================================
--- web/php/trunk/styles/theme.css 2011-01-08 12:59:10 UTC (rev 307262)
+++ web/php/trunk/styles/theme.css 2011-01-08 13:15:21 UTC (rev 307263)
@@ -22,7 +22,7 @@
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; }