Changes
Jump to navigation
Jump to search
195 bytes added
, 06:12, 25 August 2021
Line 1,249:
Line 1,249:
margin-right: 0px;
margin-right: 0px;
}
}
+
+
+
+
ol.l2{
+
list-style: none;
+
counter-reset: li;
+
}
+
.post-content ol.l2 ol{
+
list-style: none;
+
}
+
.post-content ol.l2 li:before {
+
counter-increment: li;
+
content: counters(li,".") ". ";
+
}
+
</style>