Make sure CSS changes are pulled into all relevant HTMLs

This commit is contained in:
Bill Kendrick 2022-07-08 23:44:12 -07:00
parent 401d5805a6
commit 4b8c572123
30 changed files with 30 additions and 30 deletions

View file

@ -62,7 +62,7 @@
section.indent dl p {
margin-left: 0;
}
p + ul {
p + ul, p + ol {
margin-left: 2em;
}