Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -8,7 +8,7 @@ body { h2 { - font-size: 100%; + font-size: normal; font-weight: bold; margin-bottom: 0.1em; } @@ -31,10 +31,10 @@ table.list tr { background: white; } table.list tr:hover { - background: #eeb; + background: #eee; } table.list th { - font-weight: normal; + font-weight: bold; background: #ddd; border-bottom: solid 1px #aaa; padding: 0.1em 0.5em 0.1em 0.5em; @@ -50,13 +50,12 @@ img { div#header { - background-color: #ddd; + background-color: #eee; padding: 0.25em 0.25em 0.25em 0.5em; font-size: 150%; font-weight: bold; - border: solid 1px #aaa; + border: solid 1px #ccc; vertical-align: middle; - margin-bottom: 2em; } div#header img#logo { float: right; @@ -96,7 +95,8 @@ td.filemode { td.blob { white-space: pre; - font-family: monospace; + font-family: courier; + font-size: 100%; background-color: white; } |