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

Fix CSS manually.

This commit is contained in:
David Bolack
2025-07-16 13:20:37 -05:00
parent 54777def34
commit ca53cb4700

View File

@@ -494,10 +494,8 @@ body { counter-reset : page-numbers 0; }
.resetCounting { counter-set : page-numbers 1; } .resetCounting { counter-set : page-numbers 1; }
<<<<<<< HEAD &:not(:has(.skipCounting)) { counter-increment : page-numbers; }
&:not(:has(.skipCounting)) {
counter-increment : page-numbers;
}
} }
//******************************* //*******************************
@@ -512,62 +510,58 @@ body { counter-reset : page-numbers 0; }
.page{ .page{
.ol-ccby ol { .ol-ccby ol {
list-style-type: lower-alpha; list-style-type: lower-alpha;
} }
.ol-ccby ol ol{ .ol-ccby ol ol{
padding-left: 0px !important; padding-left: 0px !important;
list-style-type: greek; list-style-type: greek;
} }
.ol-ccby ol ol ol { .ol-ccby ol ol ol {
padding-left: 0px !important; padding-left: 0px !important;
list-style-type: upper-alpha; list-style-type: upper-alpha;
} }
.ol-ccby ol ol ol ol { .ol-ccby ol ol ol ol {
padding-left: 0px !important; padding-left: 0px !important;
list-style-type: lower-roman; list-style-type: lower-roman;
} }
.ol-ccby p { .ol-ccby p {
padding-left: 25px; padding-left: 25px;
text-indent: 0em !important; text-indent: 0em !important;
} }
// Non-indented, numerical lists with slight gap between paragraphs. // Non-indented, numerical lists with slight gap between paragraphs.
.ol-lowerLetters ol { .ol-lowerLetters ol {
list-style-type: lower-alpha-trailing-paren; list-style-type: lower-alpha-trailing-paren;
} }
.ol-lowerLetters ol li p { .ol-lowerLetters ol li p {
display: inline; display: inline;
} }
.ol-lowerLetters ol { .ol-lowerLetters ol {
list-style-position: inside; list-style-position: inside;
padding: 0px; padding: 0px;
} }
.ol-lowerLetters ol li:not(:last-child) {
margin-bottom: 0.5em;
}
.ol-noIndent ol { .ol-lowerLetters ol li:not(:last-child) {
margin-bottom: 0.5em;
}
.ol-noIndent ol {
list-style-position: inside; list-style-position: inside;
padding: 0px; padding: 0px;
} }
.ol-noIndent ol li p {
display: inline;
}
.ol-noIndent ol li:not(:last-child) {
margin-bottom: 0.5em;
}
=======
&:not(:has(.skipCounting)) { counter-increment : page-numbers; }
>>>>>>> master
.ol-noIndent ol li p {
display: inline;
}
.ol-noIndent ol li:not(:last-child) {
margin-bottom: 0.5em;
}
} }
// ***************************** // *****************************