From: Andy Allan Date: Thu, 2 Jan 2020 12:40:30 +0000 (+0100) Subject: Remove the dashed underline from prose headings X-Git-Tag: live~3165^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/4ca2721c63a14af6cf2d5d6e98f76ee05aed0739 Remove the dashed underline from prose headings No other headings are underlined, and the underlines look more like a section separator (e.g. dashed hr) and so visually separated the heading from its content. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1c8fe2951..3f2a151ab 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2269,12 +2269,6 @@ a.button { .richtext, .prose { - h1, h2 { - padding-bottom: $lineheight/2; - border-bottom: 1px dashed $grey; - margin-bottom: $lineheight/2; - } - code { font-size: 13px; background: $lightgrey;