reduce width of single-page fallback slides
This commit is contained in:
		
							
								
								
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  */ | ||||
|  | ||||
|  | ||||
| @@ -1173,6 +1173,7 @@ body { | ||||
| } | ||||
|  | ||||
| .no-transforms .slides { | ||||
| 	width: 80%; | ||||
| 	top: 0; | ||||
| 	left: 50%; | ||||
| 	margin: 0; | ||||
|   | ||||
							
								
								
									
										4
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								css/reveal.min.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -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
									
									
								
							
							
						
						
									
										2
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user