https://bugzilla.wikimedia.org/show_bug.cgi?id=31547
--- Comment #6 from MZMcBride <[email protected]> 2011-10-09 16:52:44 UTC --- I haven't looked at this too closely, but I think there are two separate issues: * changing the HTML output to be a bit easier to work with * adjusting the CSS to be a bit more sane If I were implementing this, I think it makes more sense to do a border-right on each <li> within catlinks. That keeps the separator on the same line as (at least) the word that precedes it, which is standard. This: Foo | Bar | Baz | Bing | Bam Rather than: Foo | Bar | Baz | Bing | Bam The latter is awkward and strange to me. Then, rather than adding a class to the first category link, you'd output a special class on the last category link and then set its border-right to none. A little display:inline; magic and some other tweaks can fix the word-wrapping and/or spacing issues. -- 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
