Merge branch 'font-variable' into 'master'

Removes the hard-coded font in the diff notes

Removes the hard-coded font in the diff notes and switches to using the $regular_font variable.

See merge request !259
This commit is contained in:
Dmitriy Zaporozhets 2015-02-04 23:06:26 +00:00
commit 3a533d48c6

View file

@ -81,7 +81,7 @@ ul.notes {
.diff-file .notes_holder {
font-size: 13px;
line-height: 18px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: $regular_font;
td {
border: 1px solid #ddd;