From aa23da6ce43721e7218aa60d121904c5c6846745 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Sat, 7 Jan 2023 00:25:46 -0500 Subject: [PATCH] Move curly CSS up so they don't overwrite styles --- themes/V3/Blank/style.less | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index ae3979da5..25456ea7e 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -15,6 +15,21 @@ body { -webkit-print-color-adjust : exact; } +//***************************** +// * MUSTACHE DIVS/SPANS +// *****************************/ +.page { + .block { + break-inside : avoid; + display : inline-block; + width : 100%; + } + .inline-block { + display : inline-block; + text-indent : initial; + } +} + .useColumns(@multiplier : 1, @fillMode: balance){ column-fill : @fillMode; column-count : 2; @@ -25,6 +40,7 @@ body { columns : inherit; column-gap : inherit; } + .page{ .useColumns(); height : 279.4mm; @@ -309,21 +325,6 @@ body { } } -//***************************** -// * MUSTACHE DIVS/SPANS -// *****************************/ -.page { - .block { - break-inside : avoid; - display : inline-block; - width : 100%; - } - .inline-block { - display : inline-block; - text-indent : initial; - } -} - //***************************** // * DEFINITION LISTS // *****************************/