Add "lower/upper roman" ordered list styles.

Fixes #647.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-10-13 18:37:16 +02:00 committed by onli
parent 5b35569e73
commit 348f5fbc12

View File

@ -304,6 +304,12 @@ class serendipity_event_bbcode extends serendipity_event
.bb-list-ordered-ua {
list-style-type: upper-alpha;
}
.bb-list-ordered-lr {
list-style-type:lower-roman;
}
.bb-list-ordered-ur {
list-style-type:upper-roman;
}
/* serendipity_event_bbcode end */