@@ -1191,6 +1191,20 @@ body {
}
+/*********************************************
+ * RTL SUPPORT
+ *********************************************/
+
+.reveal.rtl {
+ direction: rtl;
+}
+.reveal.rtl pre,
+.reveal.rtl code {
+ direction: ltr;
/*********************************************
* SPEAKER NOTES
*********************************************/
@@ -318,7 +318,7 @@ var Reveal = (function(){
if( config.rtl ) {
- dom.slides.style.direction = 'rtl';
+ dom.wrapper.classList.add( 'rtl' );
if( config.center ) {