From: R. Steve McKown Date: Thu, 17 Dec 2009 18:16:45 +0000 (-0700) Subject: Prevent gitweb css from clearing out settings used to make form elements. X-Git-Url: https://oss.titaniummirror.com/gitweb?p=oss-web.git;a=commitdiff_plain;h=f45ab91bced60b522fd99f5312913dea4e43201d Prevent gitweb css from clearing out settings used to make form elements. --- diff --git a/in/gitweb/gitweb.css b/in/gitweb/gitweb.css index 3689284..597592b 100644 --- a/in/gitweb/gitweb.css +++ b/in/gitweb/gitweb.css @@ -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: 0 10px; background-color: #fff; color: #494949; } @@ -137,6 +136,7 @@ h2 { font-weight: normal; margin-top: 6px; line-height: 40px; + margin-bottom: 0; } /* =============================================