Skip to content

Commit

Permalink
reduce width of single-page fallback slides
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Feb 2, 2013
1 parent 1b01a74 commit 723bd1c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
Copyright (C) 2011-2013 Hakim El Hattab, http://hakim.se

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion css/reveal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
* Copyright (C) 2011-2013 Hakim El Hattab, http://hakim.se
*/


Expand Down Expand Up @@ -1173,6 +1173,7 @@ body {
}

.no-transforms .slides {
width: 80%;
top: 0;
left: 50%;
margin: 0;
Expand Down
4 changes: 2 additions & 2 deletions css/reveal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion js/reveal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 723bd1c

Please sign in to comment.