From: Billy Visto Date: Wed, 9 May 2012 15:07:16 +0000 (-0500) Subject: Added more classes to have monospaced font X-Git-Tag: gitweb-1.7.12~2^2~1^2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=e77cb794c089dc3d4f95ff642b0d90a778918f70;hp=8ea235011eb8ede43ec9c86e4b0b8a8a0e7f1313 Added more classes to have monospaced font --- diff --git a/gitweb.css b/gitweb.css index 1f951e3..0fcf432 100755 --- a/gitweb.css +++ b/gitweb.css @@ -52,6 +52,11 @@ body { 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; @@ -385,7 +390,6 @@ span.refs a { .patchset { overflow-x: auto; overflow-y: hidden; - font-family: 'Consolas','Bitstream Vera Sans Mono',monospace; } .chunk_header {