You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							306 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							306 B
						
					
					
				/* Quirks mode stylesheet for NetSurf */
 | 
						|
 | 
						|
/**
 | 
						|
 * Netscape/IE 4 compatibility.
 | 
						|
 *
 | 
						|
 * See https://developer.mozilla.org/en/Fixing_Table_Inheritance_in_Quirks_Mode
 | 
						|
 */
 | 
						|
table {
 | 
						|
	/* Reset font properties (except family) */
 | 
						|
	font-size: medium;
 | 
						|
	font-style: normal;
 | 
						|
	font-variant: normal;
 | 
						|
	font-weight: normal;
 | 
						|
}
 |