From 1da1811d1379eb4c1aa102a11fe0c558f74e419f Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 19 Apr 2017 10:01:27 -0400 Subject: [PATCH] css --- contrib/static/krane.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; + + }