From: Stefan Imhoff Date: Sat, 12 May 2012 07:05:03 +0000 (-0700) Subject: Merge pull request #10 from triplejumper12/feature/fontChanges X-Git-Tag: gitweb-1.7.12~2^2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=57f9ca6d87aee264f1369205b3b13186b6759e00;hp=fbdd30675de39022e895757497d5a57760faeed9 Merge pull request #10 from triplejumper12/feature/fontChanges Feature/font changes --- diff --git a/gitweb.css b/gitweb.css index 91cca82..0fcf432 100755 --- a/gitweb.css +++ b/gitweb.css @@ -45,14 +45,18 @@ 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; } +/* Monospaced Fonts */ +.sha1, .mode, .diff_tree .list, .pre, .diff, .patchset { + font-family: 'Consolas','Bitstream Vera Sans Mono',monospace; +} + a:link, a:visited { color: #4183C4; text-decoration: none; @@ -196,6 +200,10 @@ a.rss_logo:hover { font-weight: normal; } +.project_list th { + font-weight: bold; +} + .project_list tr, .shortlog tr, .tree tr, @@ -225,6 +233,7 @@ th .header { background: transparent; border: 0; padding: 0; + font-weight: bold; } .tree {