diff options
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -8,9 +8,9 @@ body { | |||
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | h2 { | 10 | h2 { |
| 11 | font-size: 100%; | 11 | font-size: 120%; |
| 12 | font-weight: bold; | 12 | font-weight: bold; |
| 13 | margin-bottom: 0.1em; | 13 | margin-bottom: 0.5em; |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | a { | 16 | a { |
| @@ -33,9 +33,13 @@ table.list tr { | |||
| 33 | table.list tr:hover { | 33 | table.list tr:hover { |
| 34 | background: #eeb; | 34 | background: #eeb; |
| 35 | } | 35 | } |
| 36 | table.list tr.nohover:hover { | ||
| 37 | background: white; | ||
| 38 | } | ||
| 36 | table.list th { | 39 | table.list th { |
| 37 | font-weight: normal; | 40 | font-weight: normal; |
| 38 | background: #ddd; | 41 | background: #ddd; |
| 42 | border-top: solid 1px #aaa; | ||
| 39 | border-bottom: solid 1px #aaa; | 43 | border-bottom: solid 1px #aaa; |
| 40 | padding: 0.1em 0.5em 0.1em 0.5em; | 44 | padding: 0.1em 0.5em 0.1em 0.5em; |
| 41 | vertical-align: baseline; | 45 | vertical-align: baseline; |
