From 77db161aca0740ccf0fa43637442d6df5135edef Mon Sep 17 00:00:00 2001 From: aroquen Date: Fri, 5 Jun 2015 23:04:07 +0200 Subject: [PATCH] Threaded replies and conversations do not float left --- theme/base/css/display.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1b2c8b3d6f..949f40e791 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -862,7 +862,6 @@ content: ":"; .threaded-replies { clear: both; - float: left; width: 458px; margin-left: 55px; margin-bottom: 10px; @@ -992,7 +991,6 @@ content: ":"; /* old school conversation style */ #conversation .notices .notices { - float: left; background-color:rgba(200, 200, 200, 0.050); margin-left: 15px; width: auto;