Changeset 1034
- Timestamp:
- 09/05/08 01:25:52 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Sandbox/mt-static/plugins/Sandbox/themes/diurnal/style.css
r1027 r1034 10 10 11 11 /* use any structure in /sandbox-layouts; more details in the readme*/ 12 @import url('../sandbox/sandbox-layouts/3c-r.css'); 12 /* included here for Movable Type */ 13 div#container { 14 float: left; 15 width: 100%; 16 } 17 div#content { 18 margin: 0 400px 0 0; 19 } 20 div.sidebar { 21 float: left; 22 overflow: hidden; 23 width: 180px; 24 } 25 div#primary { 26 margin: 0 0 0 -400px; 27 } 28 div#secondary { 29 margin: 0 0 0 -200px; 30 } 31 div#footer { 32 clear: left; 33 width: 100% 34 } 13 35 14 36 /* links to time-specific stylesheets */
