summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2007-06-06 22:43:07 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-06-06 22:43:07 (UTC)
commit849f0f0f02f858e21fbe59295846e51628f82915 (patch) (unidiff)
tree95c11fe096e6057c7148826737eaf8042516e664
parentc83db796a1cf6893de275e78b98cef10eccc1200 (diff)
downloadcgit-849f0f0f02f858e21fbe59295846e51628f82915.zip
cgit-849f0f0f02f858e21fbe59295846e51628f82915.tar.gz
cgit-849f0f0f02f858e21fbe59295846e51628f82915.tar.bz2
cgit.css: make it validate
This fixes a few validation-issues in the css. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-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,4 +1,5 @@
1body { 1body {
2 font-family: arial; 2 font-family: arial, sans-serif;
3 font-size: 11pt; 3 font-size: 11pt;
4 color: black;
4 background: white; 5 background: white;
@@ -116,2 +117,3 @@ td#crumb a {
116 color: #ccc; 117 color: #ccc;
118 background-color: #666;
117} 119}
@@ -120,2 +122,3 @@ td#crumb a:hover {
120 color: #eee; 122 color: #eee;
123 background-color: #666;
121} 124}
@@ -124,3 +127,3 @@ td#search {
124 text-align: right; 127 text-align: right;
125 vertical-align: center; 128 vertical-align: middle;
126 padding-right: 0.5em; 129 padding-right: 0.5em;
@@ -289,3 +292,3 @@ table.diffstat td.graph {
289 width: 75%; 292 width: 75%;
290 vertical-align: center; 293 vertical-align: middle;
291} 294}
@@ -310,6 +313,2 @@ table.diffstat td.graph td.rem {
310 313
311table.diffstat td.graph td.none {
312 background-color: none;
313}
314
315div.diffstat-summary { 314div.diffstat-summary {
@@ -342,3 +341,3 @@ table.diff td div.del {
342.sha1 { 341.sha1 {
343 font-family: courier; 342 font-family: monospace;
344 font-size: 90%; 343 font-size: 90%;