https://bugzilla.wikimedia.org/show_bug.cgi?id=31547
Bergi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Bergi <[email protected]> 2011-10-09 21:34:40 UTC --- What do you mean with "disply:inline"-magic? Afaik inline-block is needed for paddings and borders. My arguments for less spacing (per http://de.wikipedia.org/wiki/Wikipedia:Fragen_zur_Wikipedia#MW118:_Kategorienanzeige): Before the change there was one blank between the vertical line and the cateory link, and one blank in front of the list. A blank usually has a width of 1/4 quad (em), but since the change the spaces now have 0.7em, the one in front of the list is 0.4em additional to the blank. This may look OK in Vector, but for the older skins (expecially monobook) it looks horrible. Please revert it to .catlinks li { padding: 0 .3em; /* or even .25 */ border-left: 1px solid /*black*/; /* just current-color as before */ margin: 0; /* instead of 0.1em ore more */ } .catlinks li:first-child { padding-left: 0; /* there's already a blank left to it */ } in shared.css, of course you may set specific, bigger spaces or the grey line color in vector/main.css. I'm not sure when this was introduced (r92054?), there are so many different revisions (r92245,...). E.g. r96775 was quite OK, I don't know what happened since then. -- 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
