mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
fix css color value and vertical-align value
This commit is contained in:
parent
f2ced535e9
commit
dad620ee56
4
cgit.css
4
cgit.css
@ -654,7 +654,7 @@ table.hgraph th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.hgraph td {
|
table.hgraph td {
|
||||||
vertical-align: center;
|
vertical-align: middle;
|
||||||
padding: 2px 2px;
|
padding: 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -731,7 +731,7 @@ table.ssdiff td.lineno {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.ssdiff td.hunk {
|
table.ssdiff td.hunk {
|
||||||
color: #black;
|
color: black;
|
||||||
background: #ccf;
|
background: #ccf;
|
||||||
border-top: solid 1px #aaa;
|
border-top: solid 1px #aaa;
|
||||||
border-bottom: solid 1px #aaa;
|
border-bottom: solid 1px #aaa;
|
||||||
|
Loading…
Reference in New Issue
Block a user