From dc7cc976798a186682e49c481eb4b98fd11e62a0 Mon Sep 17 00:00:00 2001 From: Sebastian Slomski Date: Wed, 18 May 2011 17:42:26 +0200 Subject: [PATCH] line-height on body --- gitweb.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2