cybertools/browser/liquid/base.css
helmutm af82242bb0 remove basic font size settings to allow control by browser
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3395 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-05-23 07:16:26 +00:00

31 lines
544 B
CSS

/*
$Id$
based on http://www.tjkdesign.com/articles/liquid/4.asp
*/
body {
min-width:640px;
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
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}