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:
authorStan Hu <stanhu@gmail.com>2015-09-18 21:33:16 +0300
committerStan Hu <stanhu@gmail.com>2015-09-18 21:33:16 +0300
commit52eac60405d523c4016f41526890b102f40d3afa (patch)
tree458462a12d8b79197cef32cd1d079dbc680d2388 /app/assets
parentac571623d88314c89773ecdb484fc1c4ea92de1a (diff)
Make Markdown area formatting consistent
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;
}