From 0ac74ba75ce2dde88e46081dfe7efaba1fd607f2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 8 May 2009 13:40:24 +0200 Subject: [PATCH 1/1] Changed base font-size to px There where big differences between Safari and Firefox with their base font settings. --- gitweb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2