xfwc

Log | Files | Refs

commit ade146e954d444b5ade32a7497387e3a9e09bbab
parent 455890b91e490530237b3e00bb9db4ac81282d58
Author: xfnw <xfnw@ttm.sh>
Date:   Sun,  2 Aug 2020 14:52:22 -0400

oops wrong padding

Diffstat:
Mtemplate/style.css | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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; }