18 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
{{/*
 | 
						|
  reset.css
 | 
						|
  Eryn Wells <eryn@erynwells.me>
 | 
						|
  vim: set sw=2 sts=2:
 | 
						|
*/}}
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
/********
 | 
						|
 # RESET
 | 
						|
 ********/
 | 
						|
 | 
						|
 | 
						|
figure, h1, h2, h3, h4, h5, h6, p {
 | 
						|
    margin: 0;
 | 
						|
    padding: 0;
 | 
						|
}
 |