]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 603762: Vertical margins between header, footer, and content are not consistent
authorChristian Legnitto <clegnitto@mozilla.com>
Mon, 27 Dec 2010 22:02:24 +0000 (23:02 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 27 Dec 2010 22:02:24 +0000 (23:02 +0100)
r=pyrzak a=mkanat

skins/contrib/Dusk/global.css
skins/standard/global.css

index 5cb879a1a3a32a5d825a46c95c5ca49156f9d542..3a18e401ea0463ae46915789fd2c1a296263ce8a 100644 (file)
@@ -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;
index fd279a12c257c74086bb15051f3b8e613bca7278..394715e4a8a6c8a469e637ec121e93da03fdb492 100644 (file)
@@ -42,7 +42,6 @@
 /* header (begin) */
     #header {
         margin-bottom: 1em;
-        padding-bottom: 2px;
     }
 
     #header form, #header form input,
  */
     #footer {
         clear: both;
-        margin-top: 5px;
+        margin-top: 1em;
         width: 100%;
         background: #edf2f2;
         border-top: 1px solid #ddd;