
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4214 fd906abe-77d9-0310-91a1-e0d9ade77398
32 lines
548 B
CSS
32 lines
548 B
CSS
/*
|
|
$Id$
|
|
|
|
based on http://www.tjkdesign.com/articles/liquid/4.asp
|
|
|
|
*/
|
|
|
|
body {
|
|
min-width:640px;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
background-color: white;
|
|
color: #000040;
|
|
}
|
|
|
|
#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%}
|
|
#content {width:62%}
|
|
#sub-section {width:17%}
|
|
#footer {clear:left; float:left}
|