diff options
author | Christian Legnitto <clegnitto@mozilla.com> | 2010-12-27 23:00:07 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-27 23:00:07 +0100 |
commit | f573509ba734f29863500dc1c014fd43990e6291 (patch) | |
tree | b45cf6fbb2e44d66ae519df314ab74ab6ccb3299 /skins/contrib | |
parent | Bug 588013: Fix typo (diff) | |
download | bugzilla-f573509ba734f29863500dc1c014fd43990e6291.tar.gz bugzilla-f573509ba734f29863500dc1c014fd43990e6291.tar.bz2 bugzilla-f573509ba734f29863500dc1c014fd43990e6291.zip |
Bug 603762: Vertical margins between header, footer, and content are not consistent
r=pyrzak a=mkanat
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Dusk/global.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 5cb879a1a..3a18e401e 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -58,8 +58,6 @@ body { #bugzilla-body { background: #f0f0f0; color: black; - margin-top: 10px; - margin-bottom: 10px; border: 1px solid #747e93; padding: 10px; font-size: 10pt; |