Support for Right to Left language support, this is part of a tutorial video I did to show how to pass options to ACE

This commit is contained in:
John McLear 2011-12-04 18:55:35 +00:00
parent 601b74705e
commit 438bee7ef5
4 changed files with 23 additions and 0 deletions

View file

@ -1164,3 +1164,7 @@ label[for=readonlyinput] {
#qrcode{
margin-left:10px;
}
.rtl{
direction:RTL;
}