| author | raph |
| Thu, 10 Dec 2009 15:07:25 +0100 | |
| changeset 42 | 82f6e2879e0a |
| parent 0 | 40c8f766c9b8 |
| child 200 | e5e8cdfde782 |
| permissions | -rw-r--r-- |
--/*INNER FRAME LAYOUT*/ /* this style is from http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-21-fixed-fluid/ for 2 columns layout */ #contentwrapper { float: left; width: 100%; } /*Set left margin to $LeftColumnWidth$ #contentcolumn { margin-left: 200px; } */ #leftcolumn { float: left; /*width: 200px; $LeftColumnWidth$*/ margin-left: -100%; } .innertube { margin: 5px; } .initially_hidden, .displaynone { display:none; }