about summary refs log tree commit diff
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-06-07 00:43:07 +0200
committerLars Hjemli <hjemli@gmail.com>2007-06-07 00:43:07 +0200
commit849f0f0f02f858e21fbe59295846e51628f82915 (patch)
tree95c11fe096e6057c7148826737eaf8042516e664 /cgit.css
parentui-diff: close td/tr/table properly (diff)
downloadcgit-pink-849f0f0f02f858e21fbe59295846e51628f82915.tar.gz
cgit-pink-849f0f0f02f858e21fbe59295846e51628f82915.zip
cgit.css: make it validate
This fixes a few validation-issues in the css.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/cgit.css b/cgit.css
index 8977533..8bd6bf4 100644
--- a/cgit.css
+++ b/cgit.css
@@ -1,6 +1,7 @@
 body {
-	font-family: arial;
+	font-family: arial, sans-serif;
 	font-size: 11pt;
+	color: black;
 	background: white;
 }
 
@@ -114,15 +115,17 @@ td#crumb {
 
 td#crumb a {
 	color: #ccc;
+	background-color: #666;
 }
 
 td#crumb a:hover {
 	color: #eee;
+	background-color: #666;
 }
 
 td#search {
 	text-align: right;
-	vertical-align: center;
+	vertical-align: middle;
 	padding-right: 0.5em;
 }
 
@@ -287,7 +290,7 @@ table.diffstat td.upd a {
 
 table.diffstat td.graph {
 	width: 75%;
-	vertical-align: center;
+	vertical-align: middle;
 }
 
 table.diffstat td.graph table {
@@ -308,10 +311,6 @@ table.diffstat td.graph td.rem {
 	background-color: #c55;
 }
 
-table.diffstat td.graph td.none {
-	background-color: none;
-}
-
 div.diffstat-summary {
 	color: #888;
 	padding-top: 0.5em;
@@ -340,7 +339,7 @@ table.diff td div.del {
 }
 
 .sha1 {
-	font-family: courier;
+	font-family: monospace;
 	font-size: 90%;
 }