Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 11:57:51 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 11:57:51 +0300
commit2460d290af892a24996b348c786757eb5398adc1 (patch)
tree7c311062309f3a6a50cacbd3fe8c4f8be020130d /app/assets
parentf9befb2ab865d85ebae16527afe4c51fe3a665f6 (diff)
parent52eac60405d523c4016f41526890b102f40d3afa (diff)
Merge branch 'sh-fix-issue-2585' into 'master'
Make Markdown area formatting consistent Issue #2585 See merge request !1354
Diffstat (limited to 'app/assets')
-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;
}