From: Billy Visto Date: Wed, 9 May 2012 14:13:47 +0000 (-0500) Subject: changed general font type to be easier to read. Also made headers bold X-Git-Tag: gitweb-1.7.12~2^2~1^2~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=89b9224e5339d3c892979dc8a40f615b1d851b85 changed general font type to be easier to read. Also made headers bold --- 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 {