https://bugzilla.wikimedia.org/show_bug.cgi?id=49720

Andre Klapper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High
           See Also|                            |https://bugzilla.wikimedia.
                   |                            |org/show_bug.cgi?id=49474

--- Comment #5 from Andre Klapper <[email protected]> ---
I could reproduce this now in Chrome 27.
skins/contrib/Wikimedia/index.css has these ancient entries:
    #enter_bug { background: url(index/bug.gif)     no-repeat; }
    #query     { background: url(index/search.gif)  no-repeat; }
    #account   { background: url(index/account.gif) no-repeat; }

while in Firefox the delivered CSS file is correct:
    #enter_bug { background: url(../../standard/index/file-a-bug.png)    
no-repeat; }
    #query     { background: url(../../standard/index/search.png)  no-repeat; }
    #help      { background: url(../../standard/index/help.png)     no-repeat;
}
    #report    { background: url(index/report.png)  no-repeat; }
    #account   {
      background: url(../../standard/index/new-account.png) no-repeat;
      margin-right: 0;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to