0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 11:02:38 +00:00

Fixed ordered lists not having numbers

This commit is contained in:
Scott Tolksdorf
2016-01-21 22:33:22 -05:00
committed by Scott
parent 9b84913c8f
commit 273a1a1b00

View File

@@ -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{