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;
+}
================================================== =================
--- 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;
+}