summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-07-01 19:25:19 +0000
committerRobert Speicher <robert@gitlab.com>2015-07-01 19:25:19 +0000
commit2ca7ffd094ae285823d1a00b8cf1a7d23b80a2a3 (patch)
tree3aad7c6e7b01445d1bccb8e12102961d4635f1b9 /app
parentbbb18cc093544f4fa3954867ca1ad5cc61c49ef9 (diff)
parent2662c7932a493e766eec3225b368286b71598ce9 (diff)
downloadgitlab-ce-2ca7ffd094ae285823d1a00b8cf1a7d23b80a2a3.tar.gz
Merge branch 'gfm-commit' into 'master'
commit hashes are monospaced Use a monospaced font for GFM commit and commit range references See merge request !914
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/gfm.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/gfm.scss b/app/assets/stylesheets/generic/gfm.scss
index 8fac5e534fa..bd9200ace23 100644
--- a/app/assets/stylesheets/generic/gfm.scss
+++ b/app/assets/stylesheets/generic/gfm.scss
@@ -19,3 +19,7 @@
height: 14em;
}
}
+
+.gfm-commit, .gfm-commit_range {
+ font-family: $monospace_font;
+}