From f45ab91bced60b522fd99f5312913dea4e43201d Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 17 Dec 2009 11:16:45 -0700 Subject: [PATCH] Prevent gitweb css from clearing out settings used to make form elements. --- in/gitweb/gitweb.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } /* ============================================= -- 2.39.2