Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-19 10:12:53 -04:00
parent a143636d6c
commit 490f8f973a

View File

@ -374,7 +374,7 @@
background-size: 128px; background-size: 128px;
} }
.threadpage > .thread { .thread {
display: table-cell; display: table-cell;
width: auto; width: auto;
hieght: auto; hieght: auto;
@ -382,7 +382,6 @@
text-align: middle; text-align: middle;
} }
.threadpage > .message { .message {
display: inline-block; float: left;
} }