Unidiff1 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,7 +1,8 @@ |
1 | body { |
1 | body { |
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 | |
7 | body, table { |
8 | body, table { |
@@ -113,17 +114,19 @@ td#crumb { |
113 | } |
114 | } |
114 | |
115 | |
115 | td#crumb a { |
116 | td#crumb a { |
116 | color: #ccc; |
117 | color: #ccc; |
| |
118 | background-color: #666; |
117 | } |
119 | } |
118 | |
120 | |
119 | td#crumb a:hover { |
121 | td#crumb a:hover { |
120 | color: #eee; |
122 | color: #eee; |
| |
123 | background-color: #666; |
121 | } |
124 | } |
122 | |
125 | |
123 | td#search { |
126 | 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; |
127 | } |
130 | } |
128 | |
131 | |
129 | td#search form { |
132 | td#search form { |
@@ -286,9 +289,9 @@ table.diffstat td.upd a { |
286 | } |
289 | } |
287 | |
290 | |
288 | table.diffstat td.graph { |
291 | table.diffstat td.graph { |
289 | width: 75%; |
292 | width: 75%; |
290 | vertical-align: center; |
293 | vertical-align: middle; |
291 | } |
294 | } |
292 | |
295 | |
293 | table.diffstat td.graph table { |
296 | table.diffstat td.graph table { |
294 | border: none; |
297 | border: none; |
@@ -307,12 +310,8 @@ table.diffstat td.graph td.add { |
307 | table.diffstat td.graph td.rem { |
310 | table.diffstat td.graph td.rem { |
308 | background-color: #c55; |
311 | background-color: #c55; |
309 | } |
312 | } |
310 | |
313 | |
311 | table.diffstat td.graph td.none { |
| |
312 | background-color: none; |
| |
313 | } |
| |
314 | |
| |
315 | div.diffstat-summary { |
314 | div.diffstat-summary { |
316 | color: #888; |
315 | color: #888; |
317 | padding-top: 0.5em; |
316 | padding-top: 0.5em; |
318 | } |
317 | } |
@@ -339,9 +338,9 @@ table.diff td div.del { |
339 | color: red; |
338 | color: red; |
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 | |
347 | .left { |
346 | .left { |
|