minor CSS fixes for the Liquid skin

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1290 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2006-08-07 16:20:28 +00:00
parent b978abe473
commit a7665fc8ff

View file

@ -2,7 +2,7 @@
$Id$
based on http://www.tjkdesign.com/articles/liquid/4.asp
*/
body {
@ -14,12 +14,12 @@ body {
color: #000040;
}
#header,#menu,#content,#sub-section,#footer {
overflow:hidden;
display:inline-block
#global,#menu,#content,#sub-section,#footer {
overflow: hidden;
display: inline-block;
}
#header,#footer {width:100%}
#global,#footer {width:100%}
#menu,#content,#sub-section {float:left}
#menu {width:20%}
#content {width:67%}