summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-23 10:31:21 -0700
committerRobert Speicher <rspeicher@gmail.com>2015-09-24 14:25:08 -0400
commitae51989e19cc3ecf8f9739d9ceccd6c926135e69 (patch)
tree7ee9f8aa4012d4eb6af4a0aabaaf8fe1a86667e5 /app
parent222ededa34a276d8f5744fd52c519612eaed7e74 (diff)
downloadgitlab-ce-ae51989e19cc3ecf8f9739d9ceccd6c926135e69.tar.gz
Use standard Markdown font in Markdown preview instead of fixed-width font
Closes #2585
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/typography.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index d5f0d86a307..80d2788721d 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -106,7 +106,6 @@ textarea.js-gfm-input {
}
.md-preview {
- font-family: $monospace_font;
}
.strikethrough {