Skip to content

Commit

Permalink
Add list style modifiers emulating type attribute values different th…
Browse files Browse the repository at this point in the history
…en decimal to ol element in content class - fixes #1940
  • Loading branch information
slawekrewaj authored and jgthms committed Oct 7, 2018
1 parent dc1d46e commit c12a649
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sass/elements/content.sass
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ $content-table-foot-cell-color: $text-strong !default
list-style: decimal outside
margin-left: 2em
margin-top: 1em
// list style modifiers emulating ol[type] attribute values different then decimal
&.is-lower-roman
list-style-type: lower-roman
&.is-upper-roman
list-style-type: upper-roman
&.is-lower-alpha
list-style-type: lower-alpha
&.is-upper-alpha
list-style-type: upper-alpha
ul
list-style: disc outside
margin-left: 2em
Expand Down

0 comments on commit c12a649

Please sign in to comment.