[PATCH] fix css color value and vertical-align value
Norberto Lopes
nlopes.ml at gmail.com
Wed Nov 23 02:59:26 CET 2011
---
cgit.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cgit.css b/cgit.css
index 55afa94..3734ca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -681,7 +681,7 @@ table.hgraph th {
}
table.hgraph td {
- vertical-align: center;
+ vertical-align: middle;
padding: 2px 2px;
}
@@ -758,7 +758,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;
--
1.7.7
More information about the CGit
mailing list