From a1098fa1532f0abe04d006f54326158c6d6590fb Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 15 Mar 2015 14:22:36 +0100 Subject: [PATCH] Marcus Moeller fixed some layout bugs I introduced --- theme/base/css/display.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 4df34ad8cb..7c0e01c96d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -630,6 +630,13 @@ address .poweredby { line-height: 1.36em; } +.profile, .application, #content .peopletag { + position:relative; + clear:both; + float:left; + width:100%; +} + .application, #content .peopletag { position:relative; clear:both; -- 2.39.2