https://bugzilla.wikimedia.org/show_bug.cgi?id=11477
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Platonides <[email protected]> 2009-02-07 16:17:09 UTC --- It can be done from Monobook.css but better to do it from the skin to take advantage of $wgServer. It just needs to add: #bodyContent a.external[href ^="{$wgServer}"] { background: none ; padding-right: 0; } (properly escaping $wgServer) -- 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
