From 860947d3c87e8ebd53031ac8077d1dce24716e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 27 May 2007 17:57:48 +0000 Subject: #145737 by yhager, documentation cleaned up by myself: add support for RTL CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support. --- modules/comment/comment-rtl.css | 6 ++++++ modules/comment/comment.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules/comment/comment-rtl.css (limited to 'modules/comment') 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 */ } -- cgit v1.2.3