From: Stefan Imhoff Date: Fri, 8 May 2009 11:40:24 +0000 (+0200) Subject: Changed base font-size to px X-Git-Tag: gitweb-1.7.12~22 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=0ac74ba75ce2dde88e46081dfe7efaba1fd607f2 Changed base font-size to px There where big differences between Safari and Firefox with their base font settings. --- diff --git a/gitweb.css b/gitweb.css index b3059d6..9053ae9 100755 --- a/gitweb.css +++ b/gitweb.css @@ -46,7 +46,7 @@ a { outline: none; } body { font-family: "Monaco", "Courier New", monospace; - font-size: 75%; + font-size: 12px; margin: 0; background-color: #fff; color: #000000;