From 6a29f172e9e76ed964876282ea52e4489794c075 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Fri, 3 Jan 2025 17:00:45 +0100 Subject: [PATCH] Fix dl.switch indentation --- spec/webcrypto.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/webcrypto.css b/spec/webcrypto.css index 0e1ec31..b141b22 100644 --- a/spec/webcrypto.css +++ b/spec/webcrypto.css @@ -218,6 +218,12 @@ dl.switch > dt { text-indent: -1.5em; margin-top: 1em; } +@supports (list-style: "\21AA ") { + dl.switch > dt { + margin-left: 0 !important; + text-indent: 0 !important; + } +} dl.switch > dt + dt { margin-top: 0; }