hibernating - just one nightly per day
[infrastructure.git] / gitweb / gitweb.css
index d987f42..a92f185 100644 (file)
@@ -69,8 +69,29 @@ td, th {
     padding: 5px;
 }
 
+td.link,td.link>a,
+td.selflink,td.selflink>a,
+table.heads>tr>td:first-child {
+    font-size: 12px;
+    font-family: times;
+    padding: 2px;
+}
+
+td.selflink>a.commit, td.link>a.commit {
+    font-size: 16px;
+    font-family: times;
+    padding: 2px;
+}
+
+td.age {
+    font-size: 14px;
+    font-family: times;
+    padding: 2px;
+    font-style: italic;
+}
+
 .page_nav br {
-       display: none;
+    display: none;
 }
 
 /* Page Header
@@ -296,11 +317,13 @@ th .header {
 span.refs span {
     color: #000;
     padding: 0px 4px;
-    font-size: 10px;
+#    font-size: 10px;
     font-weight: normal;
     border: 1px solid;
     background-color: #ffaaff;
     border-color: #ffccff #ff00ee #ff00ee #ffccff;
+    font-family: helvetica;
+    font-size: 16px;
 }
 
 span.refs span.ref {
@@ -396,4 +419,4 @@ span.match {
 td.error {
     color: red;
     background: yellow;
-}
\ No newline at end of file
+}