https://bugzilla.wikimedia.org/show_bug.cgi?id=12262
--- Comment #5 from Erwin Dokter <[email protected]> 2011-07-24 11:45:29 UTC --- Created attachment 8821 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8821 Patch for monobook, vector, modern and chick's main.css (To reitterate my comments on enwiki:) The current situation is as follows (for Chick, Modern*, Monobook and Vector): <ul> has a margin left of 1.5em. <dd> has a margin-left of 2em. (* missing in Modern) <ol> has a margin-left of 3.2em. You can see why this creates problems when mixing these elements, but they can easily be resolved. I suggest setting the left margin for <ul> and <dd> to 1.6em, without touching <ol>. This means the bulleted list (*) will have 0.1em added (unnoticable) and the defenition list (:) will have 0.4em less space to it's left, lining them all up perfectly, and without any breakage. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
