From 556db60f228d8cfcb7897b34008c33afe3c57a6d Mon Sep 17 00:00:00 2001 From: aspangaro Date: Sat, 4 Jul 2015 14:59:20 +0200 Subject: [PATCH] Fix: md_exp borders have different colors --- htdocs/theme/md_exp/style.css.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/htdocs/theme/md_exp/style.css.php b/htdocs/theme/md_exp/style.css.php index 543ae8a4a54..d1525b05af7 100644 --- a/htdocs/theme/md_exp/style.css.php +++ b/htdocs/theme/md_exp/style.css.php @@ -1773,13 +1773,9 @@ table.noborder, table.formdoc, div.noborder { border-collapse: separate !important; border-spacing: 0px; - border-right-width: 1px; - border-right-color: #CCC; - border-right-style: solid; - - border-left-width: 1px; - border-left-color: #CCC; - border-left-style: solid; + border-width: 1px; + border-color: #CCC; + border-style: solid; margin: 0px 0px 2px 0px;