]> code.citadel.org Git - citadel.git/blobdiff - webcit/epic/themes/editor/epic-light.css
MARKDOWN: add epic editor
[citadel.git] / webcit / epic / themes / editor / epic-light.css
diff --git a/webcit/epic/themes/editor/epic-light.css b/webcit/epic/themes/editor/epic-light.css
new file mode 100644 (file)
index 0000000..9411cec
--- /dev/null
@@ -0,0 +1,12 @@
+html { padding:10px; }
+
+body {
+  border:0;
+  background:#fcfcfc;
+  font-family:monospace;
+  font-size:14px;
+  padding:10px;
+  line-height:1.35em;
+  margin:0;
+  padding:0;
+}