mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 21:23:31 +02:00
Refactored random tables for GM sheet, added treasure table, and removed epub background image.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user