Merge pull request #10 from triplejumper12/feature/fontChanges
authorStefan Imhoff <kogakure@gmail.com>
Sat, 12 May 2012 07:05:03 +0000 (00:05 -0700)
committerStefan Imhoff <kogakure@gmail.com>
Sat, 12 May 2012 07:05:03 +0000 (00:05 -0700)
Feature/font changes

gitweb.css

index 91cca82ddf524b12c76ecdd1d5ab8392798593a4..0fcf432d3d5faf2f7301f100e76c48ba0eb63646 100755 (executable)
@@ -45,14 +45,18 @@ a { outline: none; }
 ---------------------------------------------------------------------------- */
 
 body {
-  font-family: "Monaco", "Courier New", monospace;
-  font-size: 12px;
-  line-height: 1.5;
+  font: 13px Helvetica,arial,freesans,clean,sans-serif;
+  line-height: 1.4;
   margin: 0;
   background-color: #fff;
   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;
@@ -196,6 +200,10 @@ a.rss_logo:hover {
   font-weight: normal;
 }
 
+.project_list th {
+  font-weight: bold;
+}
+
 .project_list tr,
 .shortlog tr,
 .tree tr,
@@ -225,6 +233,7 @@ th .header {
   background: transparent;
   border: 0;
   padding: 0;
+  font-weight: bold;
 }
 
 .tree {