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