Fix fix height of diff line

`_` is hidden by diff line
This commit is contained in:
sugamasao
2015-05-15 15:37:36 +09:00
parent 9a8eef7b19
commit 43565458d4

View File

@@ -66,7 +66,7 @@ table.diff thead th.texttitle {
}
table.diff tbody td {
padding:0px .4em;
padding-top:.4em;
padding-top:.2em;
vertical-align:top;
border-top: none;
}