Version 1
[yaffs-website] / web / core / modules / system / tests / modules / layout_test / css / layout-test-2col.css
diff --git a/web/core/modules/system/tests/modules/layout_test/css/layout-test-2col.css b/web/core/modules/system/tests/modules/layout_test/css/layout-test-2col.css
new file mode 100644 (file)
index 0000000..d5c05b9
--- /dev/null
@@ -0,0 +1,16 @@
+
+.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%;
+}