0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 14:12:40 +00:00

Cleaning up some redundant styles in Journal Theme

This commit is contained in:
Trevor Buckner
2022-08-27 21:20:35 -04:00
parent eb9d76655e
commit a383995522
2 changed files with 27 additions and 46 deletions

View File

@@ -18,8 +18,6 @@ body {
.useColumns(@multiplier : 1, @fillMode: balance){
column-fill : @fillMode;
column-count : 2;
column-gap : 0.9cm;
column-width : 8cm * @multiplier;
}
.columnWrapper{
max-height : 100%;
@@ -29,15 +27,15 @@ body {
}
.page{
.useColumns();
height : 279.4mm;
width : 215.9mm;
padding : 1.4cm 1.9cm 1.7cm;
counter-increment : phb-page-numbers;
background-color : var(--HB_Color_Background);
position : relative;
z-index : 15;
box-sizing : border-box;
overflow : hidden;
height : 279.4mm;
width : 215.9mm;
background-color : var(--HB_Color_Background);
padding : 1.4cm 1.9cm 1.7cm;
text-rendering : optimizeLegibility;
page-break-before : always;
page-break-after : always;
@@ -51,7 +49,7 @@ body {
display : block;
}
strong{
font-weight : bold;
font-weight : bold;
}
em{
font-style : italic;
@@ -66,6 +64,16 @@ body {
font-size : smaller;
line-height : 0;
}
ul {
list-style-position : outside; //Needed for multiline list items
list-style-type : disc;
padding-left : 1.4em;
}
ol {
list-style-position : outside;
list-style-type : decimal;
padding-left : 1.4em;
}
img{
z-index : -1;
}
@@ -102,9 +110,9 @@ body {
// * TABLE
// *****************************/
table{
width : 100%;
width : 100%;
thead{
display: table-row-group;
display : table-row-group;
font-weight : bold;
}
}