summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 08:57:51 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 08:57:51 +0000
commit2460d290af892a24996b348c786757eb5398adc1 (patch)
tree7c311062309f3a6a50cacbd3fe8c4f8be020130d
parentf9befb2ab865d85ebae16527afe4c51fe3a665f6 (diff)
parent52eac60405d523c4016f41526890b102f40d3afa (diff)
downloadgitlab-ce-2460d290af892a24996b348c786757eb5398adc1.tar.gz
Merge branch 'sh-fix-issue-2585' into 'master'
Make Markdown area formatting consistent Issue #2585 See merge request !1354
-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 73034c84f9a..41189432bf6 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -89,6 +89,10 @@ a > code {
}
}
+.md-area {
+ @include md-typography;
+}
+
.md {
@include md-typography;
}