Skip to content

Commit

Permalink
Fix dl.switch indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Jan 3, 2025
1 parent fa58264 commit 6a29f17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/webcrypto.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6a29f17

Please sign in to comment.