summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 85815c1..459dca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -8,7 +8,7 @@ body {
8 8
9 9
10h2 { 10h2 {
11 font-size: normal; 11 font-size: 100%;
12 font-weight: bold; 12 font-weight: bold;
13 margin-bottom: 0.1em; 13 margin-bottom: 0.1em;
14} 14}
@@ -31,10 +31,10 @@ table.list tr {
31 background: white; 31 background: white;
32} 32}
33table.list tr:hover { 33table.list tr:hover {
34 background: #eee; 34 background: #eeb;
35} 35}
36table.list th { 36table.list th {
37 font-weight: bold; 37 font-weight: normal;
38 background: #ddd; 38 background: #ddd;
39 border-bottom: solid 1px #aaa; 39 border-bottom: solid 1px #aaa;
40 padding: 0.1em 0.5em 0.1em 0.5em; 40 padding: 0.1em 0.5em 0.1em 0.5em;
@@ -50,12 +50,13 @@ img {
50 50
51 51
52div#header { 52div#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;
55 font-size: 150%; 55 font-size: 150%;
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}
60div#header img#logo { 61div#header img#logo {
61 float: right; 62 float: right;
@@ -95,8 +96,7 @@ td.filemode {
95 96
96td.blob { 97td.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;
101} 101}
102 102