From f00191e70d581acf31793187826dcfa71cbc9d4d Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 23 Feb 2018 12:42:41 +0100 Subject: [PATCH] yet other unused css rules --- resources/css/style.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/resources/css/style.css b/resources/css/style.css index 3d566b0..1f8a953 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -58,18 +58,6 @@ main form { margin: 1rem; } -main form table { - padding: 1rem; - margin: 1rem auto; - border: none; - border-radius: 7px; -} -main form table td { - color: #000!important; -} -main form table tr.even, main form table tr.alt, main form table tr: nth-of-type(2n) { - background: none!important; -} main h2 { font-size: 1.5rem; } -- GitLab