From 273a1a1b00b833ae3be802313391b10a780ad2e7 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Thu, 21 Jan 2016 22:33:22 -0500 Subject: [PATCH] Fixed ordered lists not having numbers --- client/homebrew/phbStyle/phb.style.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 7e4d9fe6c..941e48349 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -41,7 +41,7 @@ height : 279.4mm; width : 215.9mm; padding : 1.0cm 1.7cm; - padding-bottom : 2.0cm; + padding-bottom : 1.5cm; background-color : @background; background-image : @backgroundImage; font-family : BookSanity; @@ -64,6 +64,12 @@ list-style-position : inside; list-style-type : disc; } + ol{ + list-style-position: inside; + margin-bottom : 0.8em; + line-height : 1.3em; + list-style-type : decimal; + } img{ z-index : -1; } @@ -341,8 +347,7 @@ z-index : 15; -webkit-column-break-inside : avoid; column-break-inside : avoid; - page-break-inside: avoid; - break-inside: avoid; + overflow: hidden; /* Firefox fix */ } //Better spacing for spell blocks h4+p+hr+ul{