From e2c33aa9f63212865e9e241565fb671111e8990c Mon Sep 17 00:00:00 2001
From: Chris Ruppel <chris.ruppel@gmail.com>
Date: Sun, 7 Aug 2011 10:53:29 -0500
Subject: [PATCH] 1216976: changing filename of comment.info stylesheet declaration

---
 modules/comment/comment.css       |   13 -------------
 modules/comment/comment.info      |    2 +-
 modules/comment/comment.theme.css |   13 +++++++++++++
 3 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 modules/comment/comment.css
 create mode 100644 modules/comment/comment.theme.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.info b/modules/comment/comment.info
index a5837af..a0d5727 100644
--- a/modules/comment/comment.info
+++ b/modules/comment/comment.info
@@ -7,4 +7,4 @@ dependencies[] = text
 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.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;
+}
-- 
1.7.3.4

