changed general font type to be easier to read. Also made headers bold
[m6w6/gitweb-theme] / gitweb.css
index 91cca82ddf524b12c76ecdd1d5ab8392798593a4..fb57b764a33d5f63ccf49c18e8a23d7b474ab4d5 100755 (executable)
@@ -45,9 +45,8 @@ 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;
@@ -196,6 +195,10 @@ a.rss_logo:hover {
   font-weight: normal;
 }
 
+.project_list th {
+  font-weight: bold;
+}
+
 .project_list tr,
 .shortlog tr,
 .tree tr,
@@ -225,6 +228,7 @@ th .header {
   background: transparent;
   border: 0;
   padding: 0;
+  font-weight: bold;
 }
 
 .tree {