diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index db2e5ad..b19eb47 100644 --- a/static/styles.css +++ b/static/styles.css @@ -72,6 +72,10 @@ div#quote { table.waste-table { border-collapse: collapse; + td { + width: 10px; + height: 10px; + } td.morning { border: 2px solid black; border-right: none; |