fix css color value and vertical-align value

This commit is contained in:
Norberto Lopes 2011-11-22 17:59:26 -08:00 committed by Lars Hjemli
parent f2ced535e9
commit dad620ee56
1 changed files with 2 additions and 2 deletions

View File

@ -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;