0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 17:02:40 +00:00

Paragrapghs now indent after lists

This commit is contained in:
Scott Tolksdorf
2016-05-29 13:42:05 -04:00
parent 9950c747da
commit 802103ff27
3 changed files with 10 additions and 2 deletions

View File

@@ -59,7 +59,6 @@
line-height : 1.3em;
&+p{
margin-top : -0.8em;
text-indent : 1em;
}
}
ul{
@@ -76,6 +75,10 @@
list-style-position : outside;
list-style-type : decimal;
}
//Indents after p or lists
p+p, ul+p, ol+p{
text-indent : 1em;
}
img{
z-index : -1;
}