https://bugzilla.wikimedia.org/show_bug.cgi?id=4042
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #6 from Aryeh Gregor <[email protected]> 2009-12-21 14:24:45 UTC --- Note that for instance, you can do a per-namespace logo with CSS like this: body.ns-1 #p-logo a { background-image: url(my_talk_logo_url.png) !important; } That will use the given image for the logo in ns1 (i.e., Talk:). The logo is only added in the first place using CSS anyway. So a whole new config option just for this is overboard. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
