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:
parent
b978abe473
commit
a7665fc8ff
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
based on http://www.tjkdesign.com/articles/liquid/4.asp
|
based on http://www.tjkdesign.com/articles/liquid/4.asp
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -14,12 +14,12 @@ body {
|
||||||
color: #000040;
|
color: #000040;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header,#menu,#content,#sub-section,#footer {
|
#global,#menu,#content,#sub-section,#footer {
|
||||||
overflow:hidden;
|
overflow: hidden;
|
||||||
display:inline-block
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header,#footer {width:100%}
|
#global,#footer {width:100%}
|
||||||
#menu,#content,#sub-section {float:left}
|
#menu,#content,#sub-section {float:left}
|
||||||
#menu {width:20%}
|
#menu {width:20%}
|
||||||
#content {width:67%}
|
#content {width:67%}
|
||||||
|
|
Loading…
Add table
Reference in a new issue