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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user