summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-17 10:06:17 +0100
committerPhil Hughes <me@iamphill.com>2016-06-17 10:06:17 +0100
commitcd95389ac3151c9c3eb390f2adfd73678bb558d8 (patch)
treeb972748c0901328aa32b0a3504b6dd6bf41e8aba
parent4a7816fd297a9f1bd23ead6c0690c6fd0ab6b9c3 (diff)
downloadgitlab-ce-diff-commit-id-weight.tar.gz
Fixes font family of commit ID in diffsdiff-commit-id-weight
-rw-r--r--app/assets/stylesheets/pages/diff.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 927c8d08134..5286b73cc50 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -5,6 +5,7 @@
border-radius: 3px;
.commit-short-id {
+ font-family: $regular_font;
font-weight: 400;
}