summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css11
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
@@ -274,6 +274,2 @@ table.diffstat {
274 274
275table.diffstat tr:hover {
276 background-color: #ccc;
277}
278
279table.diffstat th { 275table.diffstat th {
@@ -341,2 +337,6 @@ div.diffstat-summary {
341 337
338table.diff {
339 width: 100%;
340}
341
342table.diff td { 342table.diff td {
@@ -348,3 +348,4 @@ 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}