From 2e2c08f96ff6a6713234f5ed66c9233f7f8475ea Mon Sep 17 00:00:00 2001 From: Billy Visto Date: Wed, 9 May 2012 10:07:16 -0500 Subject: [PATCH] Added more classes to have monospaced font --- gitweb.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.30.2