https://bugzilla.wikimedia.org/show_bug.cgi?id=29975

--- Comment #3 from ShoeMaker <[email protected]> 2012-04-20 02:50:29 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 */

div#mw-pages /*declare the category listing section*/

> 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

Reply via email to