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:
@@ -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
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user