diff --git a/contrib/static/krane.css b/contrib/static/krane.css index a4acfdf..04e165c 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -373,3 +373,16 @@ background-attachment: fixed; background-size: 128px; } + + .threadpage > .thread { + display: table-cell; + width: auto; + hieght: auto; + vertical-align: center; + text-align: middle; + } + + .threadpage > .message { + display: inline-block; + + }