From 490f8f973a9a7e8099d056513f986258e101d191 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 19 Apr 2017 10:12:53 -0400 Subject: [PATCH] css --- contrib/static/krane.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 45fcee4..68f2940 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -374,7 +374,7 @@ background-size: 128px; } - .threadpage > .thread { + .thread { display: table-cell; width: auto; hieght: auto; @@ -382,7 +382,6 @@ text-align: middle; } - .threadpage > .message { - display: inline-block; - + .message { + float: left; }