From e24d286d949b8099245ca3fc7dd9ab11f43cb1c6 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sat, 21 Apr 2018 18:01:39 -0400 Subject: [PATCH] Remove padding from month/tread view tables in archives. This will help improve "information density" available on a given page. --- django/media/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/django/media/css/main.css b/django/media/css/main.css index 9a95d4d..b456b6d 100644 --- a/django/media/css/main.css +++ b/django/media/css/main.css @@ -725,6 +725,10 @@ th.formfieldnamecontainer { font-size: 0.8em; } +.thread-list th, .thread-list td { + padding: 0; +} + /** Messages */ h3.messages { -- 2.39.5