forked from GNUsocial/gnu-social
Minimum height for content and aside area.
This commit is contained in:
parent
9e46ab569e
commit
c42995e3a2
@ -384,6 +384,7 @@ margin-bottom:1em;
|
||||
|
||||
#content {
|
||||
width:64.009%;
|
||||
min-height:259px;
|
||||
padding:1.795%;
|
||||
float:left;
|
||||
border-radius:7px;
|
||||
@ -403,6 +404,7 @@ float:left;
|
||||
|
||||
#aside_primary {
|
||||
width:27.917%;
|
||||
min-height:259px;
|
||||
float:left;
|
||||
margin-left:0.395%;
|
||||
padding:1.795%;
|
||||
|
Loading…
Reference in New Issue
Block a user