X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1c5642637a87ab250d2a1204cc83a578e7aa29f1..f0ee117cffb37d36cc2fc0be198832358a451025:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 1c8fe2951..018f36217 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; @@ -2632,11 +2627,6 @@ input.richtext_title[type="text"] { text-decoration: none; } - .note-box { - margin-top: 20px; - background-color: $offwhite; - } - .icon.note { background-color: #333; border-radius: 4px;