0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 10:42:44 +00:00

Fix /print, make .page outer element for consistency with legacy

This commit is contained in:
Trevor Buckner
2021-08-26 22:43:57 -04:00
parent 85841d22f5
commit a7005d779a
4 changed files with 17 additions and 21 deletions

View File

@@ -46,7 +46,11 @@ body {
-webkit-column-gap : 0.9cm;
-moz-column-gap : 0.9cm;
}
.pageWrapper{
.columnWrapper{
max-height : 100%;
}
.page{
.useColumns();
counter-increment : phb-page-numbers;
position : relative;
z-index : 15;
@@ -56,10 +60,6 @@ body {
width : 215.9mm;
background-color : @background;
background-image : @backgroundImage;
}
.page{
.useColumns();
max-height : 100%;
padding : 1.4cm 1.9cm 1.7cm;
font-family : BookInsanityRemake;
font-size : 0.34cm;
@@ -540,6 +540,7 @@ body {
column-span : all;
-webkit-column-span : all;
-moz-column-span : all;
display : block;
}
//*****************************
// * CLASS TABLE