summaryrefslogtreecommitdiff
path: root/modules/comment
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-27 12:09:27 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-27 12:09:27 +0000
commitf77b60f2916de35b2e64f462e98853c9a7134895 (patch)
treea936cde8733e6d05464544ce6b67bcf7eb3a4bd1 /modules/comment
parent61f04c91c9197ba9de4385931cf8be3f34d7c0b6 (diff)
downloadbrdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.gz
brdo-f77b60f2916de35b2e64f462e98853c9a7134895.tar.bz2
#195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files
Diffstat (limited to 'modules/comment')
-rw-r--r--modules/comment/comment-rtl.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment-rtl.css b/modules/comment/comment-rtl.css
index 6c88e8ace..5cef41224 100644
--- a/modules/comment/comment-rtl.css
+++ b/modules/comment/comment-rtl.css
@@ -1,6 +1,6 @@
/* $Id$ */
.indented {
- margin-left: inherit;
+ margin-left: 0;
margin-right: 25px;
}