]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/gitweb/gitweb.css
Prevent gitweb css from clearing out settings used to make form elements.
[oss-web.git] / 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;
 }
 
 /* =============================================