summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-21 10:15:13 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-21 10:15:13 +0200
commitab1b4936f4f9f4119e848e5b653bf38df466b7d4 (patch)
treeca1e82bab6ff67a76910befb93da96fd14d2268a
parent35618a3dfffe546744123bcaf560ba9f74c42eef (diff)
downloadgitlab-ce-ab1b4936f4f9f4119e848e5b653bf38df466b7d4.tar.gz
Fix margin around Markdown Write/Preview tabs.
-rw-r--r--app/assets/stylesheets/framework/typography.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index e6d1cca9f7a..e6558a23858 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -238,10 +238,6 @@ a > code {
@include md-typography;
}
-.md-area {
- @include md-typography;
-}
-
.md {
@include md-typography;
}
@@ -252,6 +248,7 @@ a > code {
*/
textarea.js-gfm-input {
font-family: $monospace_font;
+ color: $gl-text-color;
}
.md-preview {