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

Adding stlying to make the spell blocks a little tighter

This commit is contained in:
Scott
2016-01-17 10:09:34 -05:00
parent d5ceed55e4
commit 4a773d0a92
3 changed files with 37 additions and 19 deletions

View File

@@ -283,7 +283,7 @@ table {
padding-left: 0.1em;
}
.phb table tbody tr td {
padding: 0.2em 0em;
padding: 0.2em 0.1em;
}
.phb table tbody tr:nth-child(odd) {
background-color: #e0e5c1;
@@ -480,3 +480,6 @@ table {
-ms-column-break-inside: avoid;
column-break-inside: avoid;
}
.phb h4 + p + hr + ul {
margin-top: -0.5em;
}