0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 06:42:40 +00:00

Fixed ordered lists not having numbers

This commit is contained in:
Scott Tolksdorf
2016-01-21 22:33:22 -05:00
parent 3d53f08276
commit 8e644b23dc

View File

@@ -41,7 +41,7 @@
height : 279.4mm; height : 279.4mm;
width : 215.9mm; width : 215.9mm;
padding : 1.0cm 1.7cm; padding : 1.0cm 1.7cm;
padding-bottom : 2.0cm; padding-bottom : 1.5cm;
background-color : @background; background-color : @background;
background-image : @backgroundImage; background-image : @backgroundImage;
font-family : BookSanity; font-family : BookSanity;
@@ -64,6 +64,12 @@
list-style-position : inside; list-style-position : inside;
list-style-type : disc; list-style-type : disc;
} }
ol{
list-style-position: inside;
margin-bottom : 0.8em;
line-height : 1.3em;
list-style-type : decimal;
}
img{ img{
z-index : -1; z-index : -1;
} }
@@ -341,8 +347,7 @@
z-index : 15; z-index : 15;
-webkit-column-break-inside : avoid; -webkit-column-break-inside : avoid;
column-break-inside : avoid; column-break-inside : avoid;
page-break-inside: avoid; overflow: hidden; /* Firefox fix */
break-inside: avoid;
} }
//Better spacing for spell blocks //Better spacing for spell blocks
h4+p+hr+ul{ h4+p+hr+ul{