X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1f4c06c01aa76eef18598c5e72360a0ffae7dcce..a15f4ed9bf99b88989fac60a2eca9b8ab1eb57a7:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b4279016a..8f9e7d018 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -50,7 +50,7 @@ time[title] { /* Utility for de-emphasizing content */ -.text-muted a { +.text-body-secondary a { color: $blue; } @@ -103,11 +103,11 @@ header { } > * { - height: 100%; padding: $lineheight * 0.5; } h1 { + height: $headerHeight; font-size: 18px; } @@ -636,11 +636,6 @@ tr.turn { } } - .note-description { - overflow: hidden; - margin: 0 0 10px 10px; - } - .query-results { display: none; }