author | Lars Hjemli <hjemli@gmail.com> | 2006-12-22 00:44:32 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-22 00:44:32 (UTC) |
commit | c43f1246cb759eb811ab0ebef0613b86dda99581 (patch) (side-by-side diff) | |
tree | 1c237eb024ff7c2b669aa0ee1a00247d78dd9591 /cgit.css | |
parent | 2efee09abe28ecd2719201da6cd9915f14d93a56 (diff) | |
download | cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.zip cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.tar.gz cgit-c43f1246cb759eb811ab0ebef0613b86dda99581.tar.bz2 |
Minor style fixes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.css | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -9,5 +9,5 @@ body { h2 { - font-size: normal; + font-size: 100%; font-weight: bold; margin-bottom: 0.1em; @@ -32,8 +32,8 @@ table.list tr { } table.list tr:hover { - background: #eee; + background: #eeb; } table.list th { - font-weight: bold; + font-weight: normal; background: #ddd; border-bottom: solid 1px #aaa; @@ -51,10 +51,11 @@ 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 { @@ -96,6 +97,5 @@ td.filemode { td.blob { white-space: pre; - font-family: courier; - font-size: 100%; + font-family: monospace; background-color: white; } |