diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 4363245df..82c7c7dff 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -239,7 +239,7 @@ body { // ************************************/ .descriptive{ .useSansSerif(); - display : block-inline; + display : inline-block; margin-top : 1.4em; background-color : #faf7ea; font-family : ScalySansRemake; @@ -363,12 +363,12 @@ body { // Monster Ability table hr + table:first-of-type{ margin : 0; - column-span : 1; + column-span : none; color : @headerText; background-color : transparent; border-style : none; border-image : none; - -webkit-column-span : 1; + -webkit-column-span : none; tr { background-color : transparent; } diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less index d814d4036..254e612c3 100644 --- a/themes/5ePhbLegacy.style.less +++ b/themes/5ePhbLegacy.style.less @@ -231,11 +231,11 @@ body { // Monster Ability table hr+table{ margin : 0; - column-span : 1; + column-span : none; background-color : transparent; border-style : none; border-image : none; - -webkit-column-span : 1; + -webkit-column-span : none; tbody{ tr:nth-child(odd), tr:nth-child(even){ background-color : transparent; @@ -416,7 +416,7 @@ body { // * DESCRIPTIVE TEXT BOX // ************************************/ .phb .descriptive{ - display : block-inline; + display : inline-block; margin-bottom : 1em; background-color : #faf7ea; font-family : ScalySans;