From: Sebastian Slomski Date: Wed, 18 May 2011 15:42:26 +0000 (+0200) Subject: line-height on body X-Git-Tag: gitweb-1.7.12~9^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=dc7cc976798a186682e49c481eb4b98fd11e62a0 line-height on body --- 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;