Remove padding from month/tread view tables in archives.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 22:01:39 +0000 (18:01 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 22:01:39 +0000 (18:01 -0400)
This will help improve "information density" available on a given
page.

django/media/css/main.css

index 9a95d4d88297081a9c39f3641ebc9aa4074e94b1..b456b6d73e4e32665f3f0c17b73e7eef22da25bf 100644 (file)
@@ -725,6 +725,10 @@ th.formfieldnamecontainer {
     font-size: 0.8em;
 }
 
+.thread-list th, .thread-list td {
+    padding: 0;
+}
+
 /** Messages */
 
 h3.messages {