0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 03:42:43 +00:00

Update Mythmere AELF license materials.

This commit is contained in:
David Bolack
2024-08-31 16:02:21 -05:00
parent 86d3a64e1f
commit f7bef214ab
3 changed files with 65 additions and 6 deletions

View File

@@ -486,6 +486,12 @@ body { counter-reset : page-numbers; }
//*******************************
// * Ordered List Type Overrides
// *****************************/
@counter-style lower-alpha-trailing-paren {
system: extends lower-alpha;
prefix: "";
suffix: ") ";
}
.page{
.ol-ccby ol {
list-style-type: lower-alpha;
@@ -510,4 +516,35 @@ body { counter-reset : page-numbers; }
padding-left: 25px;
text-indent: 0em !important;
}
// Non-indented, numerical lists with slight gap between paragraphs.
.ol-lowerLetters ol {
list-style-type: lower-alpha-trailing-paren;
}
.ol-lowerLetters ol li p {
display: inline;
}
.ol-lowerLetters ol {
list-style-position: inside;
padding: 0px;
}
.ol-lowerLetters ol li:not(:last-child) {
margin-bottom: 0.5em;
}
.ol-noIndent ol {
list-style-position: inside;
padding: 0px;
}
.ol-noIndent ol li p {
display: inline;
}
.ol-noIndent ol li:not(:last-child) {
margin-bottom: 0.5em;
}
}