diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -144,6 +144,10 @@ table.list td a { | |||
144 | color: black; | 144 | color: black; |
145 | } | 145 | } |
146 | 146 | ||
147 | table.list td a:hover { | ||
148 | color: #00f; | ||
149 | } | ||
150 | |||
147 | img { | 151 | img { |
148 | border: none; | 152 | border: none; |
149 | } | 153 | } |
@@ -390,19 +394,9 @@ table.list td.repogroup { | |||
390 | 394 | ||
391 | a.button { | 395 | a.button { |
392 | font-size: 80%; | 396 | font-size: 80%; |
393 | color: #33c; | ||
394 | /* | ||
395 | background-color: #eee; | ||
396 | border: solid 1px #aaa; | ||
397 | margin: 0.1em 0.25em; | ||
398 | */ | ||
399 | padding: 0em 0.5em; | 397 | padding: 0em 0.5em; |
400 | } | 398 | } |
401 | 399 | ||
402 | a.button:hover { | ||
403 | text-decoration: underline; | ||
404 | } | ||
405 | |||
406 | a.primary { | 400 | a.primary { |
407 | font-size: 100%; | 401 | font-size: 100%; |
408 | } | 402 | } |