diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css index 65ff5c3..b8c3d81 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -272,10 +272,6 @@ table.diffstat { | |||
272 | background-color: #eee; | 272 | background-color: #eee; |
273 | } | 273 | } |
274 | 274 | ||
275 | table.diffstat tr:hover { | ||
276 | background-color: #ccc; | ||
277 | } | ||
278 | |||
279 | table.diffstat th { | 275 | table.diffstat th { |
280 | font-weight: normal; | 276 | font-weight: normal; |
281 | text-align: left; | 277 | text-align: left; |
@@ -339,6 +335,10 @@ div.diffstat-summary { | |||
339 | padding-top: 0.5em; | 335 | padding-top: 0.5em; |
340 | } | 336 | } |
341 | 337 | ||
338 | table.diff { | ||
339 | width: 100%; | ||
340 | } | ||
341 | |||
342 | table.diff td { | 342 | table.diff td { |
343 | font-family: monospace; | 343 | font-family: monospace; |
344 | white-space: pre; | 344 | white-space: pre; |
@@ -346,7 +346,8 @@ table.diff td { | |||
346 | 346 | ||
347 | table.diff td div.head { | 347 | table.diff td div.head { |
348 | font-weight: bold; | 348 | font-weight: bold; |
349 | padding-top: 1em; | 349 | margin-top: 1em; |
350 | background-color: #eee; | ||
350 | } | 351 | } |
351 | 352 | ||
352 | table.diff td div.hunk { | 353 | table.diff td div.hunk { |