layout-test-2col.css
Same filename and directory in other branches
/* 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
- /* 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 */
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.