diff options
-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css index 1d90057..8f409c3 100644 --- a/cgit.css +++ b/cgit.css | |||
@@ -654,7 +654,7 @@ table.hgraph th { | |||
654 | } | 654 | } |
655 | 655 | ||
656 | table.hgraph td { | 656 | table.hgraph td { |
657 | vertical-align: center; | 657 | vertical-align: middle; |
658 | padding: 2px 2px; | 658 | padding: 2px 2px; |
659 | } | 659 | } |
660 | 660 | ||
@@ -731,7 +731,7 @@ table.ssdiff td.lineno { | |||
731 | } | 731 | } |
732 | 732 | ||
733 | table.ssdiff td.hunk { | 733 | table.ssdiff td.hunk { |
734 | color: #black; | 734 | color: black; |
735 | background: #ccf; | 735 | background: #ccf; |
736 | border-top: solid 1px #aaa; | 736 | border-top: solid 1px #aaa; |
737 | border-bottom: solid 1px #aaa; | 737 | border-bottom: solid 1px #aaa; |