0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 19:52:41 +00:00

Fixing mutliline lists

This commit is contained in:
Scott Tolksdorf
2016-05-14 15:09:19 -04:00
parent 801bde04c5
commit a81967884d

View File

@@ -65,14 +65,16 @@
ul{ ul{
margin-bottom : 0.8em; margin-bottom : 0.8em;
line-height : 1.3em; line-height : 1.3em;
list-style-position : inside; list-style-position : outside;
list-style-type : disc; list-style-type : disc;
padding-left: 1.4em;
} }
ol{ ol{
margin-bottom : 0.8em; margin-bottom : 0.8em;
line-height : 1.3em; line-height : 1.3em;
list-style-position : inside; list-style-position : outside;
list-style-type : decimal; list-style-type : decimal;
padding-left: 1.4em;
} }
img{ img{
z-index : -1; z-index : -1;