https://bugzilla.wikimedia.org/show_bug.cgi?id=19219
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Brion Vibber <[email protected]> 2009-06-23 01:18:35 UTC --- Change appears to have been made due to mistaken impression of what the code did... Explanation: "padding: 0 .9em" sets the top/bottom padding to 0 and the left/right padding to 0.9em. "padding-top: 0.9em" sets the top padding to 0.9em and leaves the top/left/right padding unset -- totally different. I'm changing it to "padding: 0 0.9em" to make it clearer that it's not a mistake for "0.9". Fixed in r52299. -- 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
