content_inner HTML element needed clear:both;

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.
This commit is contained in:
Mikael Nordfeldth 2014-07-06 13:10:41 +02:00
parent 9ce06f3e82
commit eda0e25147
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ option {
}
#content_inner {
clear: both;
display: block;
position: relative;
}