]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/global.css
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / styles / global.css
diff --git a/webcit/static/styles/global.css b/webcit/static/styles/global.css
new file mode 100644 (file)
index 0000000..8e72d86
--- /dev/null
@@ -0,0 +1,12 @@
+#global {
+       margin-left: 0;
+       padding: 0;
+       position: absolute;
+       bottom: 0;
+       top: 0;
+       right: 0;
+       left: 0;
+       overflow-y: hidden;
+}
+
+#global center { width: 80% }