aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNorberto Lopes <nlopes.ml@gmail.com>2011-11-22 17:59:26 -0800
committerLars Hjemli <hjemli@gmail.com>2012-01-03 16:25:46 +0000
commitdad620ee56b9c7e1a3217eba7ee750c4aa8d7e71 (patch)
treeb46c415be74421a9d11b9e1eda60eaab72d22665
parentFix diff mode switching when side-by-side-diffs=1 (diff)
downloadcgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.tar.xz
cgit-dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71.zip
fix css color value and vertical-align value
-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 {
}
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;