summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-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
@@ -10,12 +10,20 @@ body {
h2 {
font-size: normal;
font-weight: bold;
margin-bottom: 0.1em;
}
+a {
+ color: blue;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
table.list {
border: solid 1px black;
border-collapse: collapse;
border: solid 1px #aaa;
}
@@ -43,13 +51,12 @@ div#header {
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
border: solid 1px #aaa;
vertical-align: middle;
}
-
div#header img#logo {
float: right;
}
div#content {
margin: 0.5em 0.5em;