aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2006-12-16 00:49:37 +0100
committerLars Hjemli <hjemli@gmail.com>2006-12-16 00:49:37 +0100
commit0de2055b75735986ff04aed8f534ecf06248e5e1 (patch)
tree94ce451dd85e25de38216f6c5da2aac5209c08da /cgit.css
parentMove cgit_print_date into ui-shared, reuse in ui-summary (diff)
downloadcgit-0de2055b75735986ff04aed8f534ecf06248e5e1.tar.xz
cgit-0de2055b75735986ff04aed8f534ecf06248e5e1.zip
Make repo header a link to summary page
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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 {
margin-bottom: 0.1em;
}
+a {
+ color: blue;
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
table.list {
border: solid 1px black;
@@ -46,7 +54,6 @@ div#header {
border: solid 1px #aaa;
vertical-align: middle;
}
-
div#header img#logo {
float: right;
}