summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-21 07:30:19 -0700
committerStan Hu <stanhu@gmail.com>2015-09-21 10:11:58 -0700
commitef2fb20135242f9ee453fae18b1e7d11b6774406 (patch)
treedfa6e4d2ca3c5ceb1cb909aaa0d56a22c6cccc8a /app/assets/stylesheets/generic
parentabaa65efc1f912ffef05ccaf1e92dc009f828278 (diff)
downloadgitlab-ce-ef2fb20135242f9ee453fae18b1e7d11b6774406.tar.gz
More tweaks to make note edit/preview CSS consistent
Closes #2585
Diffstat (limited to 'app/assets/stylesheets/generic')
-rw-r--r--app/assets/stylesheets/generic/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 41189432bf6..d5f0d86a307 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -105,6 +105,10 @@ textarea.js-gfm-input {
font-family: $monospace_font;
}
+.md-preview {
+ font-family: $monospace_font;
+}
+
.strikethrough {
text-decoration: line-through;
}