Make repo header a link to summary page Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sat, 16 Dec 2006 00:49:37 +0100
2 files changed,
12 insertions(+),
1 deletions(-)
M
cgit.css
→
cgit.css
@@ -13,6 +13,14 @@ font-weight: bold;
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 @@ font-weight: bold;
border: solid 1px #aaa; vertical-align: middle; } - div#header img#logo { float: right; }