]> code.citadel.org Git - citadel.git/blobdiff - webcit/epic/themes/editor/epic-dark.css
Removed the epic editor from the tree. Why was it even there? It wasn't being used.
[citadel.git] / webcit / epic / themes / editor / epic-dark.css
diff --git a/webcit/epic/themes/editor/epic-dark.css b/webcit/epic/themes/editor/epic-dark.css
deleted file mode 100644 (file)
index 058ace6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-html { padding:10px; }
-
-body {
-  border:0;
-  background:rgb(41,41,41);
-  font-family:monospace;
-  font-size:14px;
-  padding:10px;
-  color:#ddd;
-  line-height:1.35em;
-  margin:0;
-  padding:0;
-}