From: Andy Allan Date: Wed, 15 Jul 2020 11:58:56 +0000 (+0200) Subject: Remove unnecessary css X-Git-Tag: live~2188^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a9f751ec45788a6fb0cdd2e9fcfe1b7c04346866 Remove unnecessary css Images have no border in modern browsers, and bootstrap's reset also sets this. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index bfe847446..7c4053c4f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -35,8 +35,6 @@ small, aside { margin-right: $lineheight/4; } -.piwik { border: 0; } - [dir=rtl] { /* no-r2 */ text-align: right; } [dir=ltr] { /* no-r2 */ text-align: left; }