From ade146e954d444b5ade32a7497387e3a9e09bbab Mon Sep 17 00:00:00 2001 From: xfnw Date: Sun, 2 Aug 2020 14:52:22 -0400 Subject: [PATCH] oops wrong padding --- template/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/style.css b/template/style.css index f3c4b8f..b4da53b 100644 --- a/template/style.css +++ b/template/style.css @@ -8,7 +8,6 @@ color: #aea; div, pre, summary { padding: 10px; - margin-bottom: 10px; } div { @@ -59,7 +58,7 @@ th, td { padding: 5px; } -table, details *:not(summary) { +table, details, details *:not(summary) { border-collapse: collapse; margin: 10px; }