diff --git a/rtl.css b/rtl.css new file mode 100644 index 0000000..8b243df --- /dev/null +++ b/rtl.css @@ -0,0 +1,9 @@ +body { + font-smooth: always; + direction:ltr; + line-height: 1.5; + unicode-bidi: embed; +} +body > * { + direction:rtl !important; +}