aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2006-12-22 01:44:32 +0100
committerLars Hjemli <hjemli@gmail.com>2006-12-22 01:44:32 +0100
commitc43f1246cb759eb811ab0ebef0613b86dda99581 (patch)
tree1c237eb024ff7c2b669aa0ee1a00247d78dd9591 /cgit.css
parentAdd missing diff-link in ui-commit.c (diff)
downloadcgit-c43f1246cb759eb811ab0ebef0613b86dda99581.tar.xz
cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.zip
Minor style fixes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-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 {
h2 {
- font-size: normal;
+ font-size: 100%;
font-weight: bold;
margin-bottom: 0.1em;
}
@@ -31,10 +31,10 @@ table.list tr {
background: white;
}
table.list tr:hover {
- background: #eee;
+ background: #eeb;
}
table.list th {
- font-weight: bold;
+ font-weight: normal;
background: #ddd;
border-bottom: solid 1px #aaa;
padding: 0.1em 0.5em 0.1em 0.5em;
@@ -50,12 +50,13 @@ img {
div#header {
- background-color: #eee;
+ background-color: #ddd;
padding: 0.25em 0.25em 0.25em 0.5em;
font-size: 150%;
font-weight: bold;
- border: solid 1px #ccc;
+ border: solid 1px #aaa;
vertical-align: middle;
+ margin-bottom: 2em;
}
div#header img#logo {
float: right;
@@ -95,8 +96,7 @@ td.filemode {
td.blob {
white-space: pre;
- font-family: courier;
- font-size: 100%;
+ font-family: monospace;
background-color: white;
}