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