forked from deviodigital/cleanblog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrtl.css
18 lines (14 loc) · 1.09 KB
/
rtl.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Theme Name: Clean Blog
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
/*
body {
direction: rtl;
unicode-bidi: embed;
}
*/
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ0bC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7OztFQVNFOztBQUVGOzs7OztFQUtFIiwiZmlsZSI6InJ0bC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuVGhlbWUgTmFtZTogQ2xlYW4gQmxvZ1xuXG5BZGRpbmcgc3VwcG9ydCBmb3IgbGFuZ3VhZ2Ugd3JpdHRlbiBpbiBhIFJpZ2h0IFRvIExlZnQgKFJUTCkgZGlyZWN0aW9uIGlzIGVhc3kgLVxuaXQncyBqdXN0IGEgbWF0dGVyIG9mIG92ZXJ3cml0aW5nIGFsbCB0aGUgaG9yaXpvbnRhbCBwb3NpdGlvbmluZyBhdHRyaWJ1dGVzXG5vZiB5b3VyIENTUyBzdHlsZXNoZWV0IGluIGEgc2VwYXJhdGUgc3R5bGVzaGVldCBmaWxlIG5hbWVkIHJ0bC5jc3MuXG5cbmh0dHA6Ly9jb2RleC53b3JkcHJlc3Mub3JnL1JpZ2h0X3RvX0xlZnRfTGFuZ3VhZ2VfU3VwcG9ydFxuXG4qL1xuXG4vKlxuYm9keSB7XG5cdGRpcmVjdGlvbjogcnRsO1xuXHR1bmljb2RlLWJpZGk6IGVtYmVkO1xufVxuKi8iXX0= */