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) (ignore 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,6 +1,7 @@
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;
5} 6}
6 7
@@ -114,15 +115,17 @@ td#crumb {
114 115
115td#crumb a { 116td#crumb a {
116 color: #ccc; 117 color: #ccc;
118 background-color: #666;
117} 119}
118 120
119td#crumb a:hover { 121td#crumb a:hover {
120 color: #eee; 122 color: #eee;
123 background-color: #666;
121} 124}
122 125
123td#search { 126td#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;
127} 130}
128 131
@@ -287,7 +290,7 @@ table.diffstat td.upd a {
287 290
288table.diffstat td.graph { 291table.diffstat td.graph {
289 width: 75%; 292 width: 75%;
290 vertical-align: center; 293 vertical-align: middle;
291} 294}
292 295
293table.diffstat td.graph table { 296table.diffstat td.graph table {
@@ -308,10 +311,6 @@ table.diffstat td.graph td.rem {
308 background-color: #c55; 311 background-color: #c55;
309} 312}
310 313
311table.diffstat td.graph td.none {
312 background-color: none;
313}
314
315div.diffstat-summary { 314div.diffstat-summary {
316 color: #888; 315 color: #888;
317 padding-top: 0.5em; 316 padding-top: 0.5em;
@@ -340,7 +339,7 @@ table.diff td div.del {
340} 339}
341 340
342.sha1 { 341.sha1 {
343 font-family: courier; 342 font-family: monospace;
344 font-size: 90%; 343 font-size: 90%;
345} 344}
346 345