-rw-r--r-- | cgit.css | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -274,6 +274,2 @@ table.diffstat { -table.diffstat tr:hover { - background-color: #ccc; -} - table.diffstat th { @@ -341,2 +337,6 @@ div.diffstat-summary { +table.diff { + width: 100%; +} + table.diff td { @@ -348,3 +348,4 @@ table.diff td div.head { font-weight: bold; - padding-top: 1em; + margin-top: 1em; + background-color: #eee; } |