svn: /pear2/sandbox/pear2.php.net/trunk/www/css/ packages.css
[email protected] (Michael Gauthier)
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
gauthierm Tue, 15 Jun 2010 02:07:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300450
Log:
Fix image path in CSS.
Changed paths:
U pear2/sandbox/pear2.php.net/trunk/www/css/packages.css
Modified: pear2/sandbox/pear2.php.net/trunk/www/css/packages.css
===================================================================
--- pear2/sandbox/pear2.php.net/trunk/www/css/packages.css 2010-06-15 02:05:12 UTC (rev 300449)
+++ pear2/sandbox/pear2.php.net/trunk/www/css/packages.css 2010-06-15 02:07:07 UTC (rev 300450)
@@ -32,7 +32,7 @@
ul.categories h3 {
margin: 0 10px;
font-size: 100%;
- background: url(img/category-background.png) top right no-repeat;
+ background: url(../img/category-background.png) top right no-repeat;
min-height: 23px;
}