summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-09-18 11:33:16 -0700
committerStan Hu <stanhu@gmail.com>2015-09-18 11:33:16 -0700
commit52eac60405d523c4016f41526890b102f40d3afa (patch)
tree458462a12d8b79197cef32cd1d079dbc680d2388
parentac571623d88314c89773ecdb484fc1c4ea92de1a (diff)
downloadgitlab-ce-sh-fix-issue-2585.tar.gz
Make Markdown area formatting consistentsh-fix-issue-2585
-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;
}