diff options
author | Choom | 2022-12-17 19:03:51 -0300 |
---|---|---|
committer | Choom | 2022-12-17 20:07:41 -0300 |
commit | 109634fcea1a558be5da5bb607a2d5d5083d2b4f (patch) | |
tree | 92869c51bf97aed1a93d3f9a76df99d4ad4b28d0 /cgi/templates | |
parent | a1cd85b48b2e61fe21ad48c93365696454401266 (diff) | |
download | weabot-109634fcea1a558be5da5bb607a2d5d5083d2b4f.tar.gz weabot-109634fcea1a558be5da5bb607a2d5d5083d2b4f.tar.xz weabot-109634fcea1a558be5da5bb607a2d5d5083d2b4f.zip |
Trim basural
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/trash.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/templates/trash.html b/cgi/templates/trash.html index 0bd5d8e..9659ca7 100644 --- a/cgi/templates/trash.html +++ b/cgi/templates/trash.html @@ -32,12 +32,14 @@ hr { } table { border-spacing: 8px; + line-height: 1.2em; } th, td { border-right: 1px solid #8a1f1f; border-bottom: 1px solid #8a1f1f; padding: 6px; + vertical-align: top; } th { background: #668800; |