From 75b1b2828da70b43797d73c4b4af7cd427879e2a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 20 Feb 2009 16:28:26 +0100 Subject: [PATCH] Changed Header to elastic height (em) to grow with increased font-size --- gitweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitweb.css b/gitweb.css index dfe4e5e..b3059d6 100755 --- a/gitweb.css +++ b/gitweb.css @@ -78,8 +78,8 @@ td, th { .page_header { background: #cfcfcf url(img/page_header.png) repeat-x 0 0; - height: 40px; - line-height: 40px; + height: 3.4em; + line-height: 3.4em; position: relative; padding: 0 27px; margin-bottom: 30px; @@ -103,7 +103,7 @@ td, th { .page_header img.logo { float: right; - padding: 7px 1.0em; + padding: 0.7em 1.0em; border: 0; } -- 2.30.2