about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorNorberto Lopes2011-11-22 17:59:26 -0800
committerLars Hjemli2012-01-03 16:25:46 +0000
commitdad620ee56b9c7e1a3217eba7ee750c4aa8d7e71 (patch)
treeb46c415be74421a9d11b9e1eda60eaab72d22665 /cgit.css
parentFix diff mode switching when side-by-side-diffs=1 (diff)
downloadcgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.tar.gz
cgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.zip
fix css color value and vertical-align value
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
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
656table.hgraph td { 656table.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
733table.ssdiff td.hunk { 733table.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;