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:
authorTaurie Davis <taurie@gitlab.com>2017-04-25 20:13:59 +0300
committerPhil Hughes <me@iamphill.com>2017-04-25 20:13:59 +0300
commit4a972aa2293af24f5b1a343b073acd9c1b18ca97 (patch)
tree3aa339ba1464d5a32de8c258e12b8f0f687f3c91 /app/assets/stylesheets/framework/files.scss
parent226e184d6ae5d249016acbd0661e94b006193da9 (diff)
Resolve "Clean up padding with Markdown headers"
Diffstat (limited to 'app/assets/stylesheets/framework/files.scss')
-rw-r--r--app/assets/stylesheets/framework/files.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index a5a8522739e..df819ffe4bc 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -73,14 +73,6 @@
&.wiki {
padding: 30px $gl-padding;
-
- .highlight {
- margin-bottom: 9px;
-
- > pre {
- margin: 0;
- }
- }
}
&.blob-no-preview {