Skip to content

Commit 6a29f17

Browse files
committed
Fix dl.switch indentation
1 parent fa58264 commit 6a29f17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/webcrypto.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@ dl.switch > dt {
218218
text-indent: -1.5em;
219219
margin-top: 1em;
220220
}
221+
@supports (list-style: "\21AA ") {
222+
dl.switch > dt {
223+
margin-left: 0 !important;
224+
text-indent: 0 !important;
225+
}
226+
}
221227
dl.switch > dt + dt {
222228
margin-top: 0;
223229
}

0 commit comments

Comments
 (0)