Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -8,9 +8,9 @@ body { h2 { - font-size: 120%; + font-size: 100%; font-weight: bold; - margin-bottom: 0.5em; + margin-bottom: 0.1em; } a { @@ -33,13 +33,9 @@ table.list tr { table.list tr:hover { background: #eeb; } -table.list tr.nohover:hover { - background: white; -} table.list th { font-weight: normal; background: #ddd; - border-top: solid 1px #aaa; border-bottom: solid 1px #aaa; padding: 0.1em 0.5em 0.1em 0.5em; vertical-align: baseline; |