Skip to content

Commit

Permalink
Add Roman numeral counter to major section
Browse files Browse the repository at this point in the history
  • Loading branch information
djbpitt committed Jun 9, 2024
1 parent 4f32711 commit ce86ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ h6 {
position: relative;
/* otherwise IE cuts off top of H1 with increased line-height */
}
h3:before {
counter-increment: level1;
content: counter(level1, upper-roman) ". ";
}
p {
line-height: 1.25em;
}
Expand Down

0 comments on commit ce86ac9

Please sign in to comment.