https://bugzilla.wikimedia.org/show_bug.cgi?id=29975
--- Comment #4 from Bawolff <[email protected]> 2012-04-21 17:47:12 UTC --- (In reply to comment #2) > 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 */ That's disgusting :P -- 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
