https://bugzilla.wikimedia.org/show_bug.cgi?id=24515
--- Comment #7 from [email protected] 2010-09-19 04:43:25 UTC --- Created attachment 7694 --> https://bugzilla.wikimedia.org/attachment.cgi?id=7694 Change font-size from 1em to 100% and work around rounding errors The key is to set 'html { font-size: 100% }'. This fixes 'em' font sizes for all descendant elements. The body element can then remain at 1em, but also be 100% or unspecified - doesn't matter. This unfortunately uncovers a rounding error in IE <= 7 that can be worked around by positioning the navigation containers wrt. bottom rather than top. -- 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
