12 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* Do not modify this file directly.  It is concatenated from individual module CSS files. */
 | |
| .gallery-widget-thumbs-wrapper {
 | |
| 	margin: -5px 0 0.3em 0;
 | |
| }
 | |
| 
 | |
| .gallery-widget-thumbs img {
 | |
| 	border: 1px solid #ccc;
 | |
| 	padding: 2px;
 | |
| 	background-color: #fff;
 | |
| 	margin: 0 0 5px 5px;
 | |
| 	float: right;
 | |
| } |