aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorGravatar Norberto Lopes <nlopes.ml@gmail.com>2011-11-23 10:59:26 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2012-01-04 01:25:46 (JST)
commitdad620ee56b9c7e1a3217eba7ee750c4aa8d7e71 (patch)
treeb46c415be74421a9d11b9e1eda60eaab72d22665 /cgit.css
parentf2ced535e9f2c2ada7f184735a07a1190a9d810f (diff)
downloadcgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.zip
cgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.tar.gz
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;