Created
December 31, 2011 21:48
-
-
Save kendhia/1545443 to your computer and use it in GitHub Desktop.
fix issue 1059
This file contains 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
//I mad changes in line 34 ("layout.html") | |
< div { direction: rtl; } | |
--- | |
> div { direction: ltr; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment