From: Mikael Nordfeldth Date: Sun, 15 Mar 2015 13:22:36 +0000 (+0100) Subject: Marcus Moeller fixed some layout bugs I introduced X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a1098fa1532f0abe04d006f54326158c6d6590fb;p=quix0rs-gnu-social.git Marcus Moeller fixed some layout bugs I introduced --- 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;