PDA

View Full Version : fix css image urls (svn rev 5373)


Kees Jan Koster
19-02-2008, 22:10
Index: frontends/php/styles/ul.css
================================================== =================
--- frontends/php/styles/ul.css (revision 5373)
+++ frontends/php/styles/ul.css (working copy)
@@ -28,11 +28,11 @@
ul.messages li.info
{
color:#000000;
- list-style: url('images/general/warning_small.gif') inside;
+ list-style: url('../images/general/warning_small.gif') inside;
}

ul.messages li.error
{
color:#AA0000;
- list-style: url('images/general/error_small.gif') inside;
-}
\ No newline at end of file
+ list-style: url('../images/general/error_small.gif') inside;
+}