Skip to content

Instantly share code, notes, and snippets.

@richtabor
Created July 11, 2016 15:02
Show Gist options
  • Save richtabor/def28c4a9ee374b9383144ed46a01aa6 to your computer and use it in GitHub Desktop.
Save richtabor/def28c4a9ee374b9383144ed46a01aa6 to your computer and use it in GitHub Desktop.
/*
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