d5c05b9eeb47d39acff193516187dd93a2a807fa
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / css / layout-test-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 }