You are here

layout-test-2col.css in Layout Plugin (obsolete, use core's Layout Discovery) 8

.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

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. }