More specific for references, only immediate child.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-07-27 09:28:24 -05:00
parent f76e9c8631
commit 3b5c4f0a99

View File

@ -77,7 +77,7 @@ ol.refs li {
counter-increment: step_counter;
}
ol.refs li:before {
ol.refs > li:before {
content: "[" counter(step_counter) "] ";
}