diff options
author | Stan Hu <stanhu@gmail.com> | 2015-09-18 11:33:16 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-09-18 11:33:16 -0700 |
commit | 52eac60405d523c4016f41526890b102f40d3afa (patch) | |
tree | 458462a12d8b79197cef32cd1d079dbc680d2388 /app | |
parent | ac571623d88314c89773ecdb484fc1c4ea92de1a (diff) | |
download | gitlab-ce-52eac60405d523c4016f41526890b102f40d3afa.tar.gz |
Make Markdown area formatting consistentsh-fix-issue-2585
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/generic/typography.scss | 4 |
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; } |