From: Jerome Jutteau Date: Mon, 23 Mar 2015 17:56:41 +0000 (+0100) Subject: media/courgette: fix borders in install X-Git-Tag: 1.1~129 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/82261590375e5af9d45a388b892cb4e604de720f?ds=sidebyside media/courgette: fix borders in install --- diff --git a/media/courgette/style.css.php b/media/courgette/style.css.php index 5cffb5a..9d9ddcd 100644 --- a/media/courgette/style.css.php +++ b/media/courgette/style.css.php @@ -298,13 +298,11 @@ textarea[readonly="readonly"] + p + p a:focus { #install + fieldset table { width: 100%; border-collapse: collapse; - border-bottom: 2px solid #FFF; } #install td, #install + fieldset td { padding: 0.5em 1em; - border: 2px solid #FFF; border-bottom: 0; }