0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 12:42:45 +00:00

Updating the standalone phb css

This commit is contained in:
Scott Tolksdorf
2016-05-16 21:23:34 -04:00
parent 0612fc63e6
commit 5f55a59042

View File

@@ -213,14 +213,16 @@ table {
.phb ul { .phb 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;
} }
.phb ol { .phb 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;
} }
.phb img { .phb img {
z-index: -1; z-index: -1;