From: Andy Allan Date: Wed, 30 Jun 2021 10:17:30 +0000 (+0100) Subject: Remove some default styling from body X-Git-Tag: live~1602^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2a347e71be749afadb8e4ea6f1ead8398c22fd99 Remove some default styling from body These mirror, either exactly or pretty close to exactly, what is set by the bootstrap reboot style, so there's no need for us to duplicate. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 736125bed..e4b8c2961 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -9,13 +9,6 @@ body { font-family: 'Helvetica Neue',Arial,sans-serif; font-size: $typeheight; - line-height: 1.6666; - color: #222; - background-color: #fff; - margin: 0px; - padding: 0px; - text-align: left; - height: 100%; } p > img {