Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / modules / contrib / layout_plugin / 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 }