forked from leftypol/leftypol
Make catalog look OK even with JS disabled
For some reason, threads in the catalog were laid out by a jQuery plug-in. This is now removed and the layout is created purely by handcrafted CSS code.
This commit is contained in:
parent
ff2531a61e
commit
37c5e4f860
5 changed files with 6 additions and 49 deletions
|
@ -640,6 +640,10 @@ form.ban-appeal {
|
|||
form.ban-appeal textarea {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.theme-catalog #Grid > li {
|
||||
display:inline-block;
|
||||
}
|
||||
.theme-catalog div.thread img {
|
||||
float:none!important;
|
||||
margin: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue