From fbf1bbbf99dfc9c63e67665c7bab4d8c85312882 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sat, 11 Sep 2021 09:41:23 +1200 Subject: [PATCH 1/2] Add Page Count to the Google brew update function --- server/googleActions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/googleActions.js b/server/googleActions.js index aca84daa3..72059cb2d 100644 --- a/server/googleActions.js +++ b/server/googleActions.js @@ -163,6 +163,7 @@ GoogleActions = { version : brew.version, renderer : brew.renderer, tags : brew.tags, + pageCount : brew.pageCount, systems : brew.systems.join() } }, From 673dc5805130cc8fccde6af2214900e4bb1887f5 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Fri, 10 Sep 2021 22:18:33 -0400 Subject: [PATCH 2/2] Update 5ePhbLegacy.style.less --- themes/5ePhbLegacy.style.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less index 254e612c3..fb2d6a829 100644 --- a/themes/5ePhbLegacy.style.less +++ b/themes/5ePhbLegacy.style.less @@ -231,11 +231,9 @@ body { // Monster Ability table hr+table{ margin : 0; - column-span : none; background-color : transparent; border-style : none; border-image : none; - -webkit-column-span : none; tbody{ tr:nth-child(odd), tr:nth-child(even){ background-color : transparent; @@ -416,7 +414,6 @@ body { // * DESCRIPTIVE TEXT BOX // ************************************/ .phb .descriptive{ - display : inline-block; margin-bottom : 1em; background-color : #faf7ea; font-family : ScalySans;