forked from GNUsocial/gnu-social
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:
parent
9ce06f3e82
commit
eda0e25147
@ -124,6 +124,7 @@ option {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content_inner {
|
#content_inner {
|
||||||
|
clear: both;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user