Skip to content

Commit

Permalink
fix: Use correct list style for upper case roman
Browse files Browse the repository at this point in the history
Fixes #1122
  • Loading branch information
kesara committed Apr 23, 2024
1 parent 2b3d271 commit 4134bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ table {
ol.type-a { list-style-type: lower-alpha; }
ol.type-A { list-style-type: upper-alpha; }
ol.type-i { list-style-type: lower-roman; }
ol.type-I { list-style-type: lower-roman; }
ol.type-I { list-style-type: upper-roman; }
/* Apply the print table and row borders in general, on request from the RPC,
and increase the contrast between border and odd row background slightly */
table {
Expand Down

0 comments on commit 4134bd2

Please sign in to comment.