mirror of
https://github.com/boostorg/unordered-ui-bundle.git
synced 2026-01-19 04:42:15 +00:00
add ordered list numeration styles
This commit is contained in:
@@ -352,12 +352,40 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.doc ul,
|
||||
.doc ol {
|
||||
.doc ol,
|
||||
.doc ul {
|
||||
margin: 0;
|
||||
padding: 0 0 0 2rem;
|
||||
}
|
||||
|
||||
.doc ol.arabic {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.doc ol.decimal {
|
||||
list-style-type: decimal-leading-zero;
|
||||
}
|
||||
|
||||
.doc ol.loweralpha {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.doc ol.upperalpha {
|
||||
list-style-type: upper-alpha;
|
||||
}
|
||||
|
||||
.doc ol.lowerroman {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
.doc ol.upperroman {
|
||||
list-style-type: upper-roman;
|
||||
}
|
||||
|
||||
.doc ol.lowergreek {
|
||||
list-style-type: lower-greek;
|
||||
}
|
||||
|
||||
.doc ul.checklist {
|
||||
padding-left: 0.5rem;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user