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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user