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:
authorPhil Hughes <me@iamphill.com>2018-10-26 10:45:48 +0300
committerPhil Hughes <me@iamphill.com>2018-10-26 10:45:48 +0300
commit154cb8eef47de50a7e17e5eb1520363341bbdcff (patch)
tree3a4da220ee6f5bf045c11867c4821be64fd68c74
parent679c0048a8f679aad456c02e30486150bbd0d93d (diff)
parentd9b9b01f2c69256cddec34234eadcbac4f5f1948 (diff)
Merge branch 'remove-unnecessary-css' into 'master'
Remove .katex-display from selector See merge request gitlab-org/gitlab-ce!22580
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 6d891e21556..e261bd7c0ca 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -34,7 +34,7 @@
margin-bottom: 0;
}
- *:first-child:not(.katex-display) {
+ *:first-child {
margin-top: 0;
}