0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 02:02:43 +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

@@ -208,7 +208,6 @@ table {
}
.phb p + p {
margin-top: -0.8em;
text-indent: 1em;
}
.phb ul {
margin-bottom: 0.8em;
@@ -224,6 +223,11 @@ table {
list-style-position: outside;
list-style-type: decimal;
}
.phb p + p,
.phb ul + p,
.phb ol + p {
text-indent: 1em;
}
.phb img {
z-index: -1;
}