https://bugzilla.wikimedia.org/show_bug.cgi?id=63390
--- Comment #5 from Ryan Kaldari <[email protected]> --- >I think you might've missed that I said the margin-top can be safely removed >because it is ineffective. It isn't "increasing" the visible whitespace >between >sections... I don't think that's accurate. Having "h2 { margin-top: 1em; }" is definitely increasing the whitespace significantly between sections. With that rule in place, the whitespace is effectively 21 pixels (0.875em x 1.5em x 1em x 16px). Without it, in most cases, the whitespace is only 7 pixels (0.875em x 0.5em x 16px). That's a big difference. If we want to change the amount of whitespace between sections, we need to get input from design on this. If we don't want to change the amount of whitespace between sections, we need to find a different way to implement the whitespace. Currently, however, I don't see any better way to implement the whitespace between sections. As the bug is currently defined, I recommend WONTFIX. -- 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
