summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-05 15:09:16 -0500
committerJose <jvargas@gitlab.com>2018-06-05 15:16:03 -0500
commit118391b0884738c676f36a0fd7aee0a373cfe1a1 (patch)
tree5dd22e450c42d04d671ea96d505557bf7fe5ef6a
parentd8eea0c4ba74a3bc821e1298e85f3fed77273099 (diff)
downloadgitlab-ce-jivl-fix-header-margins-bootstrap.tar.gz
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index e4bd8533919..5daeab3740e 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -205,3 +205,20 @@ table {
pre code {
white-space: pre-wrap;
}
+
+h1,
+.h1,
+h2,
+.h2,
+h3,
+.h3,
+h4,
+.h4,
+h5,
+.h5,
+h6,
+.h6 {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+