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. 10 core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
  3. 9 core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
/* stylelint-disable plugin/no-browser-hacks */
.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%;
}
/* stylelint-disable */

File

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

View source
  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. .layout-example-2col .region-right {
  10. float: left;
  11. width: 50%;
  12. }
  13. * html .layout-example-2col .region-right {
  14. width: 49.9%;
  15. }
  16. /* stylelint-disable */

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