Remove padding from month/tread view tables in archives.

This will help improve "information density" available on a given
page.
This commit is contained in:
Jonathan S. Katz
2018-04-21 18:03:38 -04:00
parent b3be5dcf00
commit 66a4175236

View File

@ -730,6 +730,10 @@ th.formfieldnamecontainer {
font-size: 0.8em;
}
.thread-list th, .thread-list td {
padding: 0;
}
/** Messages */
h3.messages {