X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=0fcf432d3d5faf2f7301f100e76c48ba0eb63646;hp=91cca82ddf524b12c76ecdd1d5ab8392798593a4;hb=57f9ca6d87aee264f1369205b3b13186b6759e00;hpb=ccb4b4808ec68a23b74126d6b40cbcd8f13cad54 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 {