mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-30 19:00:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			22 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			287 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | 
 | ||
|  | .h-marker { | ||
|  | 	position: absolute; | ||
|  | 	border-top: solid blue 1px; | ||
|  | 	height: 0px; | ||
|  | 	width: 100%; | ||
|  | 	top: 50%; | ||
|  | 	left: 0px; | ||
|  | 	display: none; | ||
|  | } | ||
|  | 
 | ||
|  | .v-marker { | ||
|  | 	position: absolute; | ||
|  | 	border-left: solid blue 1px; | ||
|  | 	height: 100%; | ||
|  | 	width: 0px; | ||
|  | 	top: 0px; | ||
|  | 	left: 50%; | ||
|  | 	display: none; | ||
|  | } | ||
|  | 
 |