mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
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:
@ -730,6 +730,10 @@ th.formfieldnamecontainer {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.thread-list th, .thread-list td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/** Messages */
|
||||
|
||||
h3.messages {
|
||||
|
Reference in New Issue
Block a user