Ad Widget

Collapse

fix css image urls (svn rev 5373)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kees Jan Koster
    Member
    • Oct 2007
    • 83

    #1

    fix css image urls (svn rev 5373)

    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;
    +}
Working...