From a9f751ec45788a6fb0cdd2e9fcfe1b7c04346866 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 15 Jul 2020 13:58:56 +0200 Subject: [PATCH] Remove unnecessary css Images have no border in modern browsers, and bootstrap's reset also sets this. --- app/assets/stylesheets/common.scss | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5