Created
July 11, 2016 15:02
-
-
Save richtabor/def28c4a9ee374b9383144ed46a01aa6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Emma | |
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. | |
https://codex.wordpress.org/Right_to_Left_Language_Support | |
*/ | |
/* | |
body { | |
direction: rtl; | |
unicode-bidi: embed; | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment