Refactored random tables for GM sheet, added treasure table, and removed epub background image.

This commit is contained in:
Mark Wolfman
2021-08-15 22:12:05 -05:00
parent e7ccb6f9f3
commit 52903d91a1
6 changed files with 1226 additions and 542 deletions
+5 -5
View File
@@ -6,7 +6,7 @@ h1, h2, h3, h4, h5, h6 {
}
body {
/* background: #f4ecdb; */
background-image: url("../images/paper.jpg");
/* background-image: url("../images/paper.jpg"); */
background-size: 100%;
}
p {
@@ -156,14 +156,14 @@ table p {
}
th {
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
td {
padding-left: 5px;
padding-right: 5px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}