]> 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:00:07 +0000 (23:00 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 27 Dec 2010 22:00:07 +0000 (23:00 +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 50f5d442b6e4b52e0ee54444aa88db49f5629079..11e048865b2ce6cca2fd0655dc79a7c22e28580a 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;