summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment-rtl.css6
-rw-r--r--modules/comment/comment.css2
2 files changed, 7 insertions, 1 deletions
diff --git a/modules/comment/comment-rtl.css b/modules/comment/comment-rtl.css
new file mode 100644
index 000000000..6c88e8ace
--- /dev/null
+++ b/modules/comment/comment-rtl.css
@@ -0,0 +1,6 @@
+/* $Id$ */
+
+.indented {
+ margin-left: inherit;
+ margin-right: 25px;
+}
diff --git a/modules/comment/comment.css b/modules/comment/comment.css
index 25c29fbfa..1e3ff8b2d 100644
--- a/modules/comment/comment.css
+++ b/modules/comment/comment.css
@@ -1,5 +1,5 @@
/* $Id$ */
.indented {
- margin-left: 25px;
+ margin-left: 25px; /* LTR */
}