]> oss.titaniummirror.com Git - oss-web.git/commitdiff
Prevent gitweb css from clearing out settings used to make form elements.
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Dec 2009 18:16:45 +0000 (11:16 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 18 Dec 2009 17:07:23 +0000 (10:07 -0700)
in/gitweb/gitweb.css

index 3689284c93cb643a44743c56a713dff3899a319d..597592bd0d6806c76ba93c89636cd5957a3d2066 100644 (file)
@@ -5,7 +5,6 @@
 * {
        margin: 0;
        padding: 0;
-       border: 0;
 }
 
 /* =============================================
@@ -15,7 +14,7 @@
 body {
        font-family: sans-serif;
        font-size: small;
-       margin: 10px;
+       margin: 10px;
        background-color: #fff;
        color: #494949;
 }
@@ -137,6 +136,7 @@ h2 {
        font-weight: normal;
        margin-top: 6px;
        line-height: 40px;
+       margin-bottom: 0;
 }
 
 /* =============================================