Changeset 1033

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

updating comments to not conflict with header meta and fixing one typo with a layout class name

Files:

Legend:

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

    r1025 r1033  
    1515 
    1616/* 
    17 ID: layout-1c-b 
    18 LAYOUT: One-Column  
    19 DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content 
     17LAYOUT_ID: layout-1c-b 
     18LAYOUT_NAME: One-Column  
     19LAYOUT_DESCRIPTION: One-column fluid layout with sidebars stacked in two columns below content 
    2020*/ 
    2121.layout-1c-b div.sidebar { 
     
    3434 
    3535/* 
    36 ID: layout-2c-l 
    37 LAYOUT: Two-Column (Left) 
    38 DESCRIPTION: Two-column fluid layout with one sidebars left of content 
     36LAYOUT_ID: layout-2c-l 
     37LAYOUT_NAME: Two-Column (Left) 
     38LAYOUT_DESCRIPTION: Two-column fluid layout with one sidebars left of content 
    3939*/ 
    4040.layout-2c-l div#container { 
     
    6060 
    6161/* 
    62 ID: layout-2c-r 
    63 LAYOUT: Two-Column (Right) 
    64 DESCRIPTION: Two-column fluid layout with one sidebars right of content 
     62LAYOUT_ID: layout-2c-r 
     63LAYOUT_NAME: Two-Column (Right) 
     64LAYOUT_DESCRIPTION: Two-column fluid layout with one sidebars right of content 
    6565*/ 
    6666.layout-2c-r div#container { 
     
    8686 
    8787/* 
    88 ID: layout-3c-b 
    89 LAYOUT: Three-Column 
    90 DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content 
     88LAYOUT_ID: layout-3c-b 
     89LAYOUT_NAME: Three-Column 
     90LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content 
    9191*/ 
    9292.layout-3c-b div#container { 
     
    118118 
    119119/* 
    120 ID: layout-3c-l 
    121 LAYOUT: Three-Column (Left) 
    122 DESCRIPTION: Three-column fluid layout with two sidebars left of content 
     120LAYOUT_ID: layout-3c-l 
     121LAYOUT_NAME: Three-Column (Left) 
     122LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars left of content 
    123123*/ 
    124124.layout-3c-l div#container { 
     
    141141 
    142142/* 
    143 ID: layout-3c-r 
    144 LAYOUT: Three-Column (Right) 
    145 DESCRIPTION: Three-column fluid layout with two sidebars right of content 
    146 */ 
    147 .layout-3c-l div#container { 
    148     float: left; 
    149     width: 100%; 
    150 } 
    151 .layout-3c-l div#content { 
     143LAYOUT_ID: layout-3c-r 
     144LAYOUT_NAME: Three-Column (Right) 
     145LAYOUT_DESCRIPTION: Three-column fluid layout with two sidebars right of content 
     146*/ 
     147.layout-3c-r div#container { 
     148    float: left; 
     149    width: 100%; 
     150} 
     151.layout-3c-r div#content { 
    152152    margin: 0 400px 0 0; 
    153153} 
    154 .layout-3c-l div.sidebar { 
    155     float: left; 
    156     overflow: hidden; 
    157     width: 180px; 
    158 } 
    159 .layout-3c-l div#primary { 
     154.layout-3c-r div.sidebar { 
     155    float: left; 
     156    overflow: hidden; 
     157    width: 180px; 
     158} 
     159.layout-3c-r div#primary { 
    160160    margin: 0 0 0 -400px; 
    161161} 
    162 .layout-3c-l div#secondary { 
     162.layout-3c-r div#secondary { 
    163163    margin: 0 0 0 -200px; 
    164164} 
    165 .layout-3c-l div#footer { 
     165.layout-3c-r div#footer { 
    166166    clear: left; 
    167167    width: 100%