From 1ee01124c4027fcdc53b563fb2839b280e4b723b Mon Sep 17 00:00:00 2001 From: Billy Visto Date: Wed, 9 May 2012 09:24:23 -0500 Subject: [PATCH] made diffs monospaced --- gitweb.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gitweb.css b/gitweb.css index fb57b76..1f951e3 100755 --- a/gitweb.css +++ b/gitweb.css @@ -385,6 +385,7 @@ span.refs a { .patchset { overflow-x: auto; overflow-y: hidden; + font-family: 'Consolas','Bitstream Vera Sans Mono',monospace; } .chunk_header { -- 2.30.2