reduce width of single-page fallback slides

This commit is contained in:
Hakim El Hattab
2013-02-02 17:05:05 -05:00
parent 1b01a749b0
commit 723bd1cc0b
5 changed files with 7 additions and 6 deletions

View File

@ -141,7 +141,7 @@ var Reveal = (function(){
*/
function initialize( options ) {
if( ( !supports2DTransforms && !supports3DTransforms ) ) {
if( !supports2DTransforms && !supports3DTransforms ) {
document.body.setAttribute( 'class', 'no-transforms' );
// If the browser doesn't support core features we won't be

2
js/reveal.min.js vendored
View File

@ -1,5 +1,5 @@
/*!
* reveal.js 2.3 (2013-01-31, 00:08)
* reveal.js 2.3 (2013-02-02, 17:04)
* http://lab.hakim.se/reveal-js
* MIT licensed
*