From 8e5d88006a3c03967cac7f18b98653ddc96bcc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Mon, 7 Jan 2013 18:45:31 +0100 Subject: [PATCH] [-] FO: rtl.css was missing on default theme --- themes/default/css/rtl.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 themes/default/css/rtl.css diff --git a/themes/default/css/rtl.css b/themes/default/css/rtl.css new file mode 100644 index 000000000..677d5c53c --- /dev/null +++ b/themes/default/css/rtl.css @@ -0,0 +1,2 @@ +* { direction: rtl !important; } +#page { text-align: right !important; } \ No newline at end of file