diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 30e2a296b..afa072fe8 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -338,7 +338,7 @@ body { p,blockquote,table{ z-index : 15; -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; overflow: hidden; /* Firefox fix */ } //Better spacing for spell blocks @@ -356,7 +356,7 @@ body { } li{ -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; } } //***************************** @@ -381,7 +381,7 @@ body { text-indent : -1em; list-style-type : none; -webkit-column-break-inside : auto; - column-break-inside : auto; + break-inside : auto; } } //***************************** @@ -450,7 +450,7 @@ body { // *****************************/ .phb .toc{ -webkit-column-break-inside : avoid; - column-break-inside : avoid; + break-inside : avoid; a{ color : black; text-decoration : none;