]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
content_inner HTML element needed clear:both;
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Jul 2014 11:10:41 +0000 (13:10 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 6 Jul 2014 11:10:41 +0000 (13:10 +0200)
because otherwise pages which don't display the breaking <h1> element
(like showstream, i.e. your own profile for example) won't have clickable
entry forms.

theme/base/css/display.css

index 276a5368a4a73f9e3c33fb8ac56268e7056176e8..792501e28905fddae5634cb531229bca7a12dea9 100644 (file)
@@ -124,6 +124,7 @@ option {
 }
 
 #content_inner {
+    clear: both;
     display: block;
     position: relative;
 }