X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3426976606d30278fcf5ed279d3c95900785c4a5..e7332b0c4178e8d9028cf64c200e0d18a92b0a3c:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1c8fe2951..3d013339d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -541,6 +541,7 @@ body.compact { #sidebar { float: left; width: $sidebarWidth; + background: #fff; #sidebar_loader { display: none; @@ -2269,12 +2270,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;