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

Add cloned files.

Reduce CC license to just the wording and badges needed to display
Reduce the Orc license to just the Text needed to display
This commit is contained in:
David Bolack
2024-07-17 11:30:48 -05:00
parent 5b02132e57
commit 1b67c69f0f
5 changed files with 835 additions and 1 deletions

View File

@@ -482,3 +482,32 @@ body { counter-reset : page-numbers; }
.pageNumber { left : 30px; }
}
}
//*******************************
// * Ordered List Type Overrides
// *****************************/
.page{
.ol-ccby ol {
list-style-type: lower-alpha;
}
.ol-ccby ol ol{
padding-left: 0px !important;
list-style-type: greek;
}
.ol-ccby ol ol ol {
padding-left: 0px !important;
list-style-type: upper-alpha;
}
.ol-ccby ol ol ol ol {
padding-left: 0px !important;
list-style-type: lower-roman;
}
.ol-ccby p {
padding-left: 25px;
text-indent: 0em !important;
}
}