https://bugzilla.wikimedia.org/show_bug.cgi?id=29975
--- Comment #2 from ShoeMaker <[email protected]> 2012-04-20 02:48:38 UTC --- I cogitated a workaround that seems to work for me in css.. There has to be a better way though.... /* strip "NS:" namespace from category pages fix */ a[title^='NS:'] { font-family: 'Lucida Grande', Geneva, Arial, Verdana, monospace; /*your font(s) +", monspace"*/ font-size: 12px; /*Set to whatever font-size those items currently use*/ display: inline-block; overflow: hidden; text-indent: -1.5em; /*fudge this number until your namespace prefix disappears*/ } /* strip "NS:" namespace from category pages fix end */ -- 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
