From 8548ad9c79352c1811c9c177e5c6e04f4950b08b Mon, 8 Aug 2011 12:12:05 +0200
From: Bram Goffings <bramgoffings@gmail.com>
Date: Mon, 8 Aug 2011 12:11:59 +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..fa8685b 100644
--- a/modules/comment/comment.info
+++ b/modules/comment/comment.info
@@ -7,4 +7,3 @@
 files[] = comment.module
 files[] = comment.test
 configure = admin/content/comment
-stylesheets[all][] = comment.css
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index efca419..872e733 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -673,6 +673,12 @@
 
 /* ----------------- Comments ----------------- */
 
+#comments {
+  margin-top: 15px;
+}
+.comment-preview {
+  background-color: #ffffea;
+}
 .comment h2.title {
   margin-bottom: 1em;
 }
@@ -742,6 +748,7 @@
   padding: 0 0.5em 0 0; /* LTR */
 }
 .comment-unpublished {
+  background-color: #fff4f4;
   margin-right: 5px; /* LTR */
   padding: 5px 2px 5px 5px; /* LTR */
 }
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 83667fd..c770b2b 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -852,6 +852,14 @@
   border-top: 1px solid #e9eff3;
 }
 
+.comment-unpublished {
+  background-color: #fff4f4;
+}
+
+.comment-preview {
+  background-color: #ffffea;
+}
+
 .indented {
   margin-left: 25px; /* LTR */
 }
