Merge pull request #758 from sugamasao/fix-height-of-diff-line

`_` is hidden by diff line
This commit is contained in:
Naoki Takezoe
2015-05-17 00:26:19 +09:00

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