Changeset 1034

Show
Ignore:
Timestamp:
09/05/08 01:25:52 (3 months ago)
Author:
bsmith
Message:

directly styling layout in Diurnal

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Sandbox/mt-static/plugins/Sandbox/themes/diurnal/style.css

    r1027 r1034  
    1010 
    1111/* 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 */ 
     13div#container { 
     14    float: left; 
     15    width: 100%; 
     16
     17div#content { 
     18    margin: 0 400px 0 0; 
     19
     20div.sidebar { 
     21    float: left; 
     22    overflow: hidden; 
     23    width: 180px; 
     24
     25div#primary { 
     26    margin: 0 0 0 -400px; 
     27
     28div#secondary { 
     29    margin: 0 0 0 -200px; 
     30
     31div#footer { 
     32    clear: left; 
     33    width: 100% 
     34
    1335 
    1436/* links to time-specific stylesheets */