Top 16 Best Looking jQuery Mobile Themes
http://www.gajotres.net/top-10-best-looking-free-jquery-mobile-themes/.
Convert CSS to RTL
The simplest way is to add the following to each class of CSS:
direction
:
rtl
;
/* Align text to right */
float
:
right
;
/* the text will flow from right */
text-align
:
right
;
/* the text will be aligned from right */