Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / css / layout-test-2col.css
1 /* stylelint-disable plugin/no-browser-hacks */
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 }
17 /* stylelint-disable */