mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 09:25:06 +01:00
reduce width of single-page fallback slides
This commit is contained in:
parent
1b01a749b0
commit
723bd1cc0b
5 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue