Skip to content
Snippets Groups Projects
Commit bc533637 authored by Bea Radtke's avatar Bea Radtke
Browse files

no indent refs

parent 6f9f352d
No related branches found
No related tags found
No related merge requests found
Pipeline #338344 passed
......@@ -581,13 +581,15 @@ footer .socials img {
ol {
list-style-type: none; /* Remove default numeric markers */
counter-reset: li; /* Reset the counter for each ordered list */
counter-reset: li;
padding-left: 0px; /* Reset the counter for each ordered list */
}
ol li:before {
content: "[" counter(li) "]"; /* Use the counter to add custom markers */
counter-increment: li; /* Increment the counter for each list item */
margin-right: 5px; /* Add some spacing between the marker and the content */
margin-right: 5px;
/* Add some spacing between the marker and the content */
}
/* Iterative Design Buttons */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment