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