one single css file for both unfold-layout1.html and unfold-layout2.html
[unfold.git] / ui / static / css / layout-unfold.css
diff --git a/ui/static/css/layout-unfold.css b/ui/static/css/layout-unfold.css
new file mode 100644 (file)
index 0000000..43b8920
--- /dev/null
@@ -0,0 +1,9 @@
+/* single column layout - layout-unfold1.html */
+#unfold1-main {
+}
+/* dual column layout   - layout-unfold2.html */
+#unfold2-main {
+}
+#unfold2-margin {
+/* trying to set a right padding here results in undesired results (spans beyond right end) */
+}