diff options
Diffstat (limited to 'cgi/templates/trash.html')
-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; |