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:
-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: