Changed base font-size to px
authorStefan Imhoff <stefan@imhoff.name>
Fri, 8 May 2009 11:40:24 +0000 (13:40 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Fri, 8 May 2009 11:40:24 +0000 (13:40 +0200)
There where big differences between Safari and Firefox with their base
font settings.

gitweb.css

index b3059d6e08c20a591427a9a2f6f0f71399c21cb1..9053ae9a9be35d27837ccd3edbb6aea03bcd7b28 100755 (executable)
@@ -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;