Create a static/ directory
[invirt/packages/invirt-web.git] / templates / static / layout.css
diff --git a/templates/static/layout.css b/templates/static/layout.css
new file mode 100644 (file)
index 0000000..b13b675
--- /dev/null
@@ -0,0 +1,12 @@
+html {
+    background: #529;
+    padding: .75em;
+}
+body {
+    position: relative;
+    max-width: 66em;
+    margin: 0 auto;
+    padding: 1em;
+    border: 1px solid black;
+    background: #fff;
+}