fixed margin collapse in .main (gray bar below header)
authorArun Persaud <arun@nubati.net>
Sat, 11 Feb 2012 05:34:00 +0000 (21:34 -0800)
committerArun Persaud <apersaud@lbl.gov>
Sat, 11 Feb 2012 05:34:00 +0000 (21:34 -0800)
commit0b5b9bc1e0f67e7405d2b33da3a37d28e8325d7e
treefea9aa7acee52a56e9a97a5395fda14475990dec
parent055d81d433d6f39fc75f402a6c6ae21f947070d4
fixed margin collapse in .main (gray bar below header)

the h4 element has a default top margin, but the .user and .main diff didn't have any.
Because of collapsing margins they were also assigned the same margin which then created the gray bar. This doesn't happen if the parent element has non-zero padding, so I added a 1px top and bottom padding to .main, which fixed the problem
css/standard.css
include/output.php