0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 00:03:21 +00:00

Force lists to be "loose" style (wrap text in <p> tags)

This commit is contained in:
Trevor Buckner
2025-03-25 17:34:17 -04:00
parent e159e57222
commit cb987930f2
2 changed files with 20 additions and 2 deletions

View File

@@ -57,12 +57,13 @@
ul {
padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em;
}
ol {
padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em;
}
.page li p {
line-height : 1.25em;
}
//Indents after p or lists
p + p, ul + p, ol + p { text-indent : 1em; }
@@ -137,6 +138,9 @@
line-height : 0.951em; //Font is misaligned. Shift up slightly
& + * { margin-top : 0.2cm; }
}
br + h3, br + h4 {
margin-top : 0;
}
// *****************************
// * TABLE
// *****************************/