diff --git a/browser/liquid/base.css b/browser/liquid/base.css index 962a8e2..35359b7 100644 --- a/browser/liquid/base.css +++ b/browser/liquid/base.css @@ -14,11 +14,15 @@ body { color: #000040; } -#global,#menu,#content,#sub-section,#footer { +#global,#menu,#sub-section,#footer { overflow: hidden; display: inline-block; } +#content { + display: inline-block; +} + #global,#footer {width:100%} #menu,#content,#sub-section {float:left} #menu {width:20%}