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