1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-08 23:57:13 +02:00

adjust rtl implementation (#166)

This commit is contained in:
Hakim El Hattab
2012-11-18 12:10:16 -05:00
parent 0402fbde0c
commit 363685967d
4 changed files with 18 additions and 4 deletions

View File

@@ -318,7 +318,7 @@ var Reveal = (function(){
}
if( config.rtl ) {
dom.slides.style.direction = 'rtl';
dom.wrapper.classList.add( 'rtl' );
}
if( config.center ) {

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long