Added new rules for reference ordered lists.
This commit is contained in:
parent
575446f2d7
commit
de6af9fbe9
17
style.css
17
style.css
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user