From 53529d14ebddb3ecb53016721d30c56498d8ef5a Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 24 May 2016 09:02:01 -0400 Subject: [PATCH] Fixed on a4 wide monster stat blocks go single column --- client/homebrew/phbStyle/phb.style.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index b358b74e0..de8291fd4 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -22,15 +22,15 @@ letter-spacing : -0.02em; } } -.useColumns(){ +.useColumns(@multiplier : 1){ column-count : 2; column-fill : auto; column-gap : 1cm; - column-width : 8cm; + column-width : 8cm * @multiplier; -webkit-column-count : 2; -moz-column-count : 2; - -webkit-column-width : 8cm; - -moz-column-width : 8cm; + -webkit-column-width : 8cm * @multiplier; + -moz-column-width : 8cm * @multiplier; -webkit-column-gap : 1cm; -moz-column-gap : 1cm; } @@ -251,7 +251,7 @@ } //Full Width hr+hr+blockquote{ - .useColumns(); + .useColumns(0.96); } //***************************** // * CLASS TABLE