Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-19 10:01:27 -04:00
parent d084bf6d48
commit 1da1811d13

View File

@ -373,3 +373,16 @@
background-attachment: fixed; background-attachment: fixed;
background-size: 128px; background-size: 128px;
} }
.threadpage > .thread {
display: table-cell;
width: auto;
hieght: auto;
vertical-align: center;
text-align: middle;
}
.threadpage > .message {
display: inline-block;
}