From: Stefan Imhoff Date: Thu, 19 May 2011 06:12:36 +0000 (-0700) Subject: Merge pull request #3 from sebslomski/master X-Git-Tag: gitweb-1.7.12~9 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=26bcded6b95f1cf7232af7a403cb9eff743f5fef;hp=a7b7eadf058448f2779f7b6aa391f955da3f662b;p=m6w6%2Fgitweb-theme Merge pull request #3 from sebslomski/master line-height for the body element --- diff --git a/gitweb.css b/gitweb.css index afe4f9e..7e5e09b 100755 --- a/gitweb.css +++ b/gitweb.css @@ -47,6 +47,7 @@ a { outline: none; } body { font-family: "Monaco", "Courier New", monospace; font-size: 12px; + line-height: 1.5; margin: 0; background-color: #fff; color: #000000;