From: Andy Allan Date: Thu, 19 Dec 2019 16:29:21 +0000 (+0100) Subject: Remove more header font size overrides X-Git-Tag: live~2894^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/118347444f0564d427b62535a953401549063303?ds=sidebyside;hp=--cc Remove more header font size overrides This smooths out inconsistencies in the hierarchies, for example when using header sizes beyond h3 in profile descriptions. --- 118347444f0564d427b62535a953401549063303 diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d052ce0a9..59f81353d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1382,8 +1382,6 @@ tr.turn:hover { .content-heading { background: $lightgrey; - - h1 { font-size: 22px; } } .content-body { @@ -1680,7 +1678,6 @@ tr.turn:hover { h2 { margin-top: 0; margin-bottom: $lineheight/2; - font-size: 24px; } } @@ -2309,18 +2306,6 @@ a.button { margin-bottom: $lineheight/2; } - h1 { - font-size: 24px; - } - - h2 { - font-size: 18px; - } - - h3 { - font-size: $typeheight; - } - code { font-size: 13px; background: $lightgrey;