From 89b9224e5339d3c892979dc8a40f615b1d851b85 Mon Sep 17 00:00:00 2001 From: Billy Visto Date: Wed, 9 May 2012 09:13:47 -0500 Subject: [PATCH] changed general font type to be easier to read. Also made headers bold --- gitweb.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gitweb.css b/gitweb.css index 91cca82..fb57b76 100755 --- a/gitweb.css +++ b/gitweb.css @@ -45,9 +45,8 @@ a { outline: none; } ---------------------------------------------------------------------------- */ body { - font-family: "Monaco", "Courier New", monospace; - font-size: 12px; - line-height: 1.5; + font: 13px Helvetica,arial,freesans,clean,sans-serif; + line-height: 1.4; margin: 0; background-color: #fff; color: #000000; @@ -196,6 +195,10 @@ a.rss_logo:hover { font-weight: normal; } +.project_list th { + font-weight: bold; +} + .project_list tr, .shortlog tr, .tree tr, @@ -225,6 +228,7 @@ th .header { background: transparent; border: 0; padding: 0; + font-weight: bold; } .tree { -- 2.30.2