Add "lower/upper roman" ordered list styles.
Fixes #647. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
5b35569e73
commit
348f5fbc12
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user