Merge pull request #655 from hho/patch-1

Fix font in line comments
This commit is contained in:
Naoki Takezoe
2015-03-22 08:00:56 -07:00

View File

@@ -1072,7 +1072,7 @@ table.diff tr:hover td.body b.add-comment{
table.diff tbody tr.not-diff { 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 { tr.not-diff .box {