From: Norberto Lopes Date: Wed, 23 Nov 2011 01:59:26 +0000 (-0800) Subject: fix css color value and vertical-align value X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71?hp=f2ced535e9f2c2ada7f184735a07a1190a9d810f fix css color value and vertical-align value --- 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 { } table.hgraph td { - vertical-align: center; + vertical-align: middle; padding: 2px 2px; } @@ -731,7 +731,7 @@ table.ssdiff td.lineno { } table.ssdiff td.hunk { - color: #black; + color: black; background: #ccf; border-top: solid 1px #aaa; border-bottom: solid 1px #aaa;