From: Stefan Imhoff Date: Sat, 6 Nov 2010 11:00:24 +0000 (+0100) Subject: Added monospace font for "blob view" X-Git-Tag: gitweb-1.7.12~18 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=26afd09f7353d48fa0918a40e455a2f7b2256fc5;p=m6w6%2Fgitweb-theme Added monospace font for "blob view" --- diff --git a/gitweb.css b/gitweb.css index fe758c2..4b65656 100755 --- a/gitweb.css +++ b/gitweb.css @@ -218,6 +218,10 @@ th .header { margin: 0; } +.pre { + font-family: "Monaco", "Courier New", monospace; +} + .commit_search { background: #eaeaea; }