From: Stefan Imhoff Date: Fri, 20 Feb 2009 15:28:26 +0000 (+0100) Subject: Changed Header to elastic height (em) to grow with increased font-size X-Git-Tag: gitweb-1.7.12~24 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=75b1b2828da70b43797d73c4b4af7cd427879e2a Changed Header to elastic height (em) to grow with increased font-size --- 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; }