Added more classes to have monospaced font
authorBilly Visto <bvisto@gustavus.edu>
Wed, 9 May 2012 15:07:16 +0000 (10:07 -0500)
committerStefan Imhoff <stefan@imhoff.name>
Sat, 12 May 2012 06:58:37 +0000 (08:58 +0200)
gitweb.css

index 1f951e3e9575ca092b95fc3d0b9bbb34305d919c..0fcf432d3d5faf2f7301f100e76c48ba0eb63646 100755 (executable)
@@ -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 {