From 363685967d4c75a22e67d71ab1c7698b0a5eb7a2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 18 Nov 2012 12:10:16 -0500 Subject: adjust rtl implementation (#166) --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reveal.js') diff --git a/js/reveal.js b/js/reveal.js index f683609..84e362f 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -318,7 +318,7 @@ var Reveal = (function(){ } if( config.rtl ) { - dom.slides.style.direction = 'rtl'; + dom.wrapper.classList.add( 'rtl' ); } if( config.center ) { -- cgit v1.2.3