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; }