Added new rules for reference ordered lists.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-04-18 21:14:28 +02:00
parent 575446f2d7
commit de6af9fbe9

View File

@ -58,6 +58,19 @@ ul {
margin-top: 5px;
}
ol.refs {
padding-left: 5px;
}
ol.refs li {
list-style-type: none;
counter-increment: step_counter;
}
ol.refs li:before {
content: "[" counter(step_counter) "] ";
}
p {
font-size: 16px;
line-height: 24px;
@ -90,6 +103,10 @@ h3, h4 {
padding: 1px 10px;
}
code {
font-family: monospace;
}
footer {
text-align: center;
}