broaden selector for img:hover (fixes #11)
This commit is contained in:
		| @@ -245,7 +245,7 @@ html { | |||||||
| 	        transition: all .2s linear; | 	        transition: all .2s linear; | ||||||
| } | } | ||||||
|  |  | ||||||
| 	#reveal a.image:hover img { | 	#reveal a:hover img { | ||||||
| 		background: rgba(255,255,255,0.2); | 		background: rgba(255,255,255,0.2); | ||||||
| 		border-color: #13DAEC; | 		border-color: #13DAEC; | ||||||
| 		 | 		 | ||||||
| @@ -603,6 +603,11 @@ html { | |||||||
| #reveal.cube .slides section { | #reveal.cube .slides section { | ||||||
| 	padding: 30px; | 	padding: 30px; | ||||||
|  |  | ||||||
|  | 	-webkit-backface-visibility: hidden; | ||||||
|  | 	   -moz-backface-visibility: hidden; | ||||||
|  | 	    -ms-backface-visibility: hidden; | ||||||
|  | 	        backface-visibility: hidden; | ||||||
|  | 	 | ||||||
| 	-webkit-box-sizing: border-box; | 	-webkit-box-sizing: border-box; | ||||||
| 	   -moz-box-sizing: border-box; | 	   -moz-box-sizing: border-box; | ||||||
| 	        box-sizing: border-box; | 	        box-sizing: border-box; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user