From b3667c72c7179e9b52180ce59cc38c39f5e80d73 Mon Sep 17 00:00:00 2001 From: aroquen Date: Fri, 5 Jun 2015 23:05:13 +0200 Subject: [PATCH 1/2] Align notice-options with timestamp and permalink --- theme/base/css/display.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7662397f40..1b2c8b3d6f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -733,7 +733,6 @@ font-style:italic; .notice-options { margin-bottom: 7px; - margin-top: 12px; float: right; position: relative; } From 77db161aca0740ccf0fa43637442d6df5135edef Mon Sep 17 00:00:00 2001 From: aroquen Date: Fri, 5 Jun 2015 23:04:07 +0200 Subject: [PATCH 2/2] 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;