| @@ -446,12 +446,17 @@ h1 :link, h1 :visited { | |||||
| margin-bottom: 0.2em; | margin-bottom: 0.2em; | ||||
| } | } | ||||
| /* forum */ | /* forum */ | ||||
| table.listing thead th.time, | |||||
| table.listing tbody td.time, | |||||
| table.listing tbody th.time { | |||||
| padding: none; | |||||
| } | |||||
| table.listing thead th.moderators, | table.listing thead th.moderators, | ||||
| table.listing tbody td.moderators, | table.listing tbody td.moderators, | ||||
| table.listing tbody th.moderators, | table.listing tbody th.moderators, | ||||
| table.listing thead th.time, | |||||
| table.listing tbody td.time, | |||||
| table.listing tbody th.time { | |||||
| table.listing thead th.founded, | |||||
| table.listing tbody td.founded, | |||||
| table.listing tbody th.founded { | |||||
| display: none; | display: none; | ||||
| } | } | ||||