Changes
Jump to navigation
Jump to search
10 bytes added
, 12:57, 1 October 2021
Line 1,252:
Line 1,252:
−
ol.l2, ol.l2>ol{
+
ol.l2, ol.l2 > ol{
list-style: none;
list-style: none;
counter-reset: li;
counter-reset: li;
}
}
−
ol.l2>ol{
+
ol.l2 > ol{
list-style: none;
list-style: none;
}
}
−
ol.l2>li:before, ol.l2>ol>li:before {
+
ol.l2 > li:before, ol.l2 > ol > li:before {
counter-increment: li;
counter-increment: li;
content: counters(li,".") ". ";
content: counters(li,".") ". ";