Fix font in line comments

Line comments on a diff were rendered in the browsers default font
This commit is contained in:
Henning Hoefer
2015-03-13 15:04:06 +01:00
parent cacce54714
commit 177387e9b0

View File

@@ -1045,7 +1045,7 @@ table.diff .add-comment:hover {
}
table.diff tbody tr.not-diff {
font-family: '"Helvetica Neue", Helvetica, Arial, sans-serif';
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tr.not-diff .box {