From af21e3a871460ee0c8fc6bb25562c490de37e8d1 Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Wed, 27 Mar 2024 07:14:05 +0100 Subject: [PATCH 1/2] Ensure `
` only has margin-bottom when block element (ex not in lists). --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index 99e56b44..a9138b4f 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -1300,7 +1300,7 @@ body { border: none; } -.doc details { +.doc div>details { margin-bottom: 1.5rem; } From cd0e41181147593009a10b9927b97d527aa4976d Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Wed, 27 Mar 2024 08:07:58 +0100 Subject: [PATCH 2/2] lint --- src/css/doc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/doc.css b/src/css/doc.css index a9138b4f..cc13f88d 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -1300,7 +1300,7 @@ body { border: none; } -.doc div>details { +.doc div > details { margin-bottom: 1.5rem; }