From efaa1be700932c7727e26f79903a6afc44ab59fc Tue, 9 Aug 2011 11:38:18 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Tue, 9 Aug 2011 11:38:10 +0200
Subject: [PATCH] cleanup comment css


diff --git a/modules/comment/comment-rtl.css b/modules/comment/comment-rtl.css
deleted file mode 100644
index 39c3929..0000000
--- a/modules/comment/comment-rtl.css
+++ /dev/null
@@ -1,5 +0,0 @@
-
-.indented {
-  margin-left: 0;
-  margin-right: 25px;
-}
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.info b/modules/comment/comment.info
index a5837af..a0d5727 100644
--- a/modules/comment/comment.info
+++ b/modules/comment/comment.info
@@ -7,4 +7,4 @@
 files[] = comment.module
 files[] = comment.test
 configure = admin/content/comment
-stylesheets[all][] = comment.css
+stylesheets[all][] = comment.theme.css
diff --git a/modules/comment/comment.theme-rtl.css b/modules/comment/comment.theme-rtl.css
new file mode 100644
index 0000000..9280422
--- /dev/null
+++ b/modules/comment/comment.theme-rtl.css
@@ -0,0 +1,4 @@
+.indented {
+  margin-left: 0;
+  margin-right: 25px;
+}
diff --git a/modules/comment/comment.theme.css b/modules/comment/comment.theme.css
new file mode 100644
index 0000000..55df148
--- /dev/null
+++ b/modules/comment/comment.theme.css
@@ -0,0 +1,9 @@
+.indented {
+  margin-left: 25px; /* LTR */
+}
+.comment-unpublished {
+  background-color: #fff4f4;
+}
+.comment-preview {
+  background-color: #ffffea;
+}
