Fixed errors reported by lint in CSS

This commit is contained in:
David Grigg 2023-09-21 12:43:20 +10:00
parent 8ba19c8fc8
commit aa054f3ff3

View file

@ -71,10 +71,6 @@ figcaption{
margin: 1em; margin: 1em;
} }
figcaption p + p{
text-indent: 0;
}
figure.full-page{ figure.full-page{
break-after: page; break-after: page;
break-before: page; break-before: page;
@ -117,7 +113,7 @@ table td{
} }
table td:first-child{ table td:first-child{
text-align: left; text-align: initial;
} }
table + p{ table + p{