layout-test-2col.css

Same filename and directory in other branches
  1. 11.x core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
  2. 9 core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
  3. 8.9.x core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
.layout-example-2col .region-left {
  float: left;
  width: 50%;
}
* html .layout-example-2col .region-left {
  width: 49.9%;
}

.layout-example-2col .region-right {
  float: left;
  width: 50%;
}
* html .layout-example-2col .region-right {
  width: 49.9%;
}

File

core/modules/system/tests/modules/layout_test/css/layout-test-2col.css

View source
  1. .layout-example-2col .region-left {
  2. float: left;
  3. width: 50%;
  4. }
  5. * html .layout-example-2col .region-left {
  6. width: 49.9%;
  7. }
  8. .layout-example-2col .region-right {
  9. float: left;
  10. width: 50%;
  11. }
  12. * html .layout-example-2col .region-right {
  13. width: 49.9%;
  14. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.