aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 3579598..382964a 100644
--- a/cgit.css
+++ b/cgit.css
@@ -13,6 +13,14 @@ h2 {
13 margin-bottom: 0.1em; 13 margin-bottom: 0.1em;
14} 14}
15 15
16a {
17 color: blue;
18 text-decoration: none;
19}
20
21a:hover {
22 text-decoration: underline;
23}
16 24
17table.list { 25table.list {
18 border: solid 1px black; 26 border: solid 1px black;
@@ -46,7 +54,6 @@ div#header {
46 border: solid 1px #aaa; 54 border: solid 1px #aaa;
47 vertical-align: middle; 55 vertical-align: middle;
48} 56}
49
50div#header img#logo { 57div#header img#logo {
51 float: right; 58 float: right;
52} 59}