diff options
| author | Ali Tavakoli <ali.tavakoli@gmail.com> | 2014-03-21 14:14:11 -0400 |
|---|---|---|
| committer | Ali Tavakoli <ali.tavakoli@gmail.com> | 2014-03-21 14:14:11 -0400 |
| commit | 78261b4aad4ceed5b3b11e761436313b1cac3bfe (patch) | |
| tree | e6e5fd9108e9c5c1cc5bcccfb1bffa680269b09c /app/assets | |
| parent | 6bb474a0dc7a01108e9d2345da1c5a6e70d8aed0 (diff) | |
| download | gitlab-ce-78261b4aad4ceed5b3b11e761436313b1cac3bfe.tar.gz | |
Set monospace font-family for textarea.js-gfm-input
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/generic/typography.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index 3a31e28e0ac..bca0b12ab62 100644 --- a/app/assets/stylesheets/generic/typography.scss +++ b/app/assets/stylesheets/generic/typography.scss @@ -120,3 +120,11 @@ a:focus { .md { @include md-typography; } + +/** + * Textareas intended for GFM + * + */ +textarea.js-gfm-input { + font-family: $monospace_font; +} |
