Unidiff1 files changed, 7 insertions, 7 deletions
|
diff --git a/cgit.css b/cgit.css index 85815c1..459dca7 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -10,3 +10,3 @@ body { |
10 | h2 { |
10 | h2 { |
11 | font-size: normal; |
11 | font-size: 100%; |
12 | font-weight: bold; |
12 | font-weight: bold; |
@@ -33,6 +33,6 @@ table.list tr { |
33 | table.list tr:hover { |
33 | table.list tr:hover { |
34 | background: #eee; |
34 | background: #eeb; |
35 | } |
35 | } |
36 | table.list th { |
36 | table.list th { |
37 | font-weight: bold; |
37 | font-weight: normal; |
38 | background: #ddd; |
38 | background: #ddd; |
@@ -52,3 +52,3 @@ img { |
52 | div#header { |
52 | div#header { |
53 | background-color: #eee; |
53 | background-color: #ddd; |
54 | padding: 0.25em 0.25em 0.25em 0.5em; |
54 | padding: 0.25em 0.25em 0.25em 0.5em; |
@@ -56,4 +56,5 @@ div#header { |
56 | font-weight: bold; |
56 | font-weight: bold; |
57 | border: solid 1px #ccc; |
57 | border: solid 1px #aaa; |
58 | vertical-align: middle; |
58 | vertical-align: middle; |
| |
59 | margin-bottom: 2em; |
59 | } |
60 | } |
@@ -97,4 +98,3 @@ td.blob { |
97 | white-space: pre; |
98 | white-space: pre; |
98 | font-family: courier; |
99 | font-family: monospace; |
99 | font-size: 100%; |
| |
100 | background-color: white; |
100 | background-color: white; |
|