From 7d78e44adf8f8f4eb065bd8593a1fcc0b263a137 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Tue, 7 Dec 2021 10:48:46 +0100 Subject: [PATCH] Fix border collapse for tables --- destyle.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/destyle.css b/destyle.css index 3c62d5f..bbfd6bb 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! destyle.css v3.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model and set borders */ /* ============================================ */ @@ -402,6 +402,7 @@ summary { table { border-color: inherit; /* 1 */ + bordr-collapse: collapse; } caption {