diff --git a/themes/default/css/rtl.css b/themes/default/css/rtl.css index 677d5c53c..a5abec73f 100644 --- a/themes/default/css/rtl.css +++ b/themes/default/css/rtl.css @@ -1,2 +1,2 @@ -* { direction: rtl !important; } +body { direction: rtl !important; } #page { text-align: right !important; } \ No newline at end of file