From: Mikael Nordfeldth Date: Sun, 6 Jul 2014 11:10:41 +0000 (+0200) Subject: content_inner HTML element needed clear:both; X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eda0e251470bf4de9ff3942ef7eb99ab11190b12;p=quix0rs-gnu-social.git content_inner HTML element needed clear:both; because otherwise pages which don't display the breaking

element (like showstream, i.e. your own profile for example) won't have clickable entry forms. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 276a5368a4..792501e289 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -124,6 +124,7 @@ option { } #content_inner { + clear: both; display: block; position: relative; }