https://bugzilla.wikimedia.org/show_bug.cgi?id=46757
--- Comment #4 from Daniel Friesen <[email protected]> --- This looks completely wrong: background-image: /* @embed */ url(images/menu/home.png); @embed is supposed to be before the property. Either on the previous line or directly before: /* @embed */ background-image: url(images/menu/home.png); This is probably why that background-image: is missing. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
