From: slawekrewaj Date: Mon, 24 Sep 2018 11:10:35 +0000 (+0200) Subject: Add list style modifiers emulating type attribute values different then decimal to... X-Git-Tag: 0.7.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c12a649c9305cf627be2a2b73430bcb37a189d1c;p=thirdparty%2Fbulma.git Add list style modifiers emulating type attribute values different then decimal to ol element in content class - fixes #1940 --- diff --git a/sass/elements/content.sass b/sass/elements/content.sass index e11c4c061..a7147576c 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -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