Add style information for CC0 dl

This commit is contained in:
chapkachapka 2024-02-15 10:28:17 +00:00 committed by Alex Cabal
parent 26a7f59358
commit ebfbe3619f

View file

@ -328,6 +328,20 @@ code.full .utf{
text-transform: uppercase; text-transform: uppercase;
} }
.step-by-step-guide dl{
margin-left: 0;
padding-left: 0;
margin-top: 0;
}
.step-by-step-guide dl dt{
margin-top:1em;
}
.step-by-step-guide dl dt a:link{
font-weight:bold;
}
.step-by-step-guide details{ .step-by-step-guide details{
padding: 1rem 0; padding: 1rem 0;
list-style-type: none; list-style-type: none;