forked from mirrors/gecko-dev
		
	 5c103c6c50
			
		
	
	
		5c103c6c50
		
	
	
	
	
		
			
			MozReview-Commit-ID: 2hhGhSflnXM --HG-- extra : rebase_source : 7657f7ca76ac9685cf9faa8b5f266dc75c949994
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			341 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .under-construction {
 | |
|     background-image: url("chrome://browser/content/illustrations/under-construction.svg");
 | |
|     background-repeat: no-repeat;
 | |
|     background-position: center;
 | |
|     min-height: 300px;
 | |
|     min-width: 300px;
 | |
|     /* Move the image down a bit - should be slightly higher than halfway down the page */
 | |
|     margin-top: -10%;
 | |
| }
 |