summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-05-25 16:20:21 -0700
committertauriedavis <taurie@gitlab.com>2017-05-25 16:20:21 -0700
commit0156a8bc0217d34871276c25265a25f973922502 (patch)
tree2ed034ab181601b169ed9db6800dc0a2504ac67d
parente20eb71203aa29458d7f51a27d42a3d8208e2494 (diff)
downloadgitlab-ce-remove-h2-bottom-border.tar.gz
Remove markdown h2 bottom borderremove-h2-bottom-border
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
-rw-r--r--changelogs/unreleased/remove-h2-bottom-border.yml4
2 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 0c3407f34f8..5112902df54 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -68,8 +68,6 @@
font-size: 1.5em;
font-weight: 600;
margin: 24px 0 16px;
- padding-bottom: 0.3em;
- border-bottom: 1px solid $white-dark;
color: $gl-text-color;
}
diff --git a/changelogs/unreleased/remove-h2-bottom-border.yml b/changelogs/unreleased/remove-h2-bottom-border.yml
new file mode 100644
index 00000000000..59250ce9ab3
--- /dev/null
+++ b/changelogs/unreleased/remove-h2-bottom-border.yml
@@ -0,0 +1,4 @@
+---
+title: Remove markdown h2 bottom border
+merge_request:
+author: