Commit f573509b authored by Christian Legnitto's avatar Christian Legnitto Committed by Frédéric Buclin

Bug 603762: Vertical margins between header, footer, and content are not consistent

r=pyrzak a=mkanat
parent 5958a146
...@@ -58,8 +58,6 @@ body { ...@@ -58,8 +58,6 @@ body {
#bugzilla-body { #bugzilla-body {
background: #f0f0f0; background: #f0f0f0;
color: black; color: black;
margin-top: 10px;
margin-bottom: 10px;
border: 1px solid #747e93; border: 1px solid #747e93;
padding: 10px; padding: 10px;
font-size: 10pt; font-size: 10pt;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
/* header (begin) */ /* header (begin) */
#header { #header {
margin-bottom: 1em; margin-bottom: 1em;
padding-bottom: 2px;
} }
#header form, #header form input, #header form, #header form input,
...@@ -149,7 +148,7 @@ ...@@ -149,7 +148,7 @@
*/ */
#footer { #footer {
clear: both; clear: both;
margin-top: 5px; margin-top: 1em;
width: 100%; width: 100%;
background: #edf2f2; background: #edf2f2;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment