From 0601ec41cf3408e3140e35f89d0fe1ce22856cc1 Sun, 7 Aug 2011 09:48:06 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Sun, 7 Aug 2011 09:47:55 +0200
Subject: [PATCH] Split comment.css

diff --git a/modules/comment/comment.css b/modules/comment/comment.css
deleted file mode 100644
index a55f527..0000000
--- a/modules/comment/comment.css
+++ /dev/null
@@ -1,13 +0,0 @@
-
-#comments {
-  margin-top: 15px;
-}
-.indented {
-  margin-left: 25px; /* LTR */
-}
-.comment-unpublished {
-  background-color: #fff4f4;
-}
-.comment-preview {
-  background-color: #ffffea;
-}
diff --git a/modules/comment/comment.theme.css b/modules/comment/comment.theme.css
new file mode 100644
index 0000000..a55f527
--- /dev/null
+++ b/modules/comment/comment.theme.css
@@ -0,0 +1,13 @@
+
+#comments {
+  margin-top: 15px;
+}
+.indented {
+  margin-left: 25px; /* LTR */
+}
+.comment-unpublished {
+  background-color: #fff4f4;
+}
+.comment-preview {
+  background-color: #ffffea;
+}
