From: Andy Allan Date: Wed, 15 Jan 2020 15:16:43 +0000 (+0100) Subject: Remove last custom reset styles X-Git-Tag: live~2297^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5c933868dbff434a0810b44ee945f3c0f109dd53 Remove last custom reset styles --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index abdbaef57..abae98392 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -3,19 +3,6 @@ /* Styles common to large and small screens */ -/* Minimal CSS reset */ - -html, body { - margin: 0; - padding: 0; - border: 0; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - .fillL { background-color: white; } /* Default rules for the body of every page */