From 2a347e71be749afadb8e4ea6f1ead8398c22fd99 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 30 Jun 2021 11:17:30 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/common.scss | 7 ------- 1 file changed, 7 deletions(-) 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 { -- 2.39.5