Interim commit.
[yaffs-website] / web / modules / contrib / layout_plugin / modules / layout_plugin_example / css / layout-example-2col.css
1
2 .layout-example-2col .region-left { 
3   float: left; 
4   width: 50%; 
5 }
6 * html .layout-example-2col .region-left {
7   width: 49.9%;
8 }
9
10 .layout-example-2col .region-right { 
11   float: left; 
12   width: 50%; 
13 }
14 * html .layout-example-2col .region-right {
15   width: 49.9%;
16 }