From 8109763b752b090f9699722898da2914d007e8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 30 Oct 2017 09:26:37 +0100 Subject: [PATCH] Remove not needed CSS for span elements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These do not have any border by default, so there is no need to remove it. Issue #13777 Signed-off-by: Michal Čihař --- themes/original/css/common.css.php | 8 -------- themes/pmahomme/css/common.css.php | 8 -------- 2 files changed, 16 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 8138d79b11..baad09fd48 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -3383,11 +3383,3 @@ body .ui-dialog .ui-button-text-only .ui-button-text { #name-panel { overflow:hidden; } - -#page_name { - border:none; -} - -#saved_state { - border:none; -} diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 2b87804f37..c2ad82cc02 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -3627,11 +3627,3 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { #name-panel { overflow:hidden; } - -#page_name { - border:none; -} - -#saved_state { - border:none; -}