Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8418 leency 1
/* Quirks mode stylesheet for NetSurf */
2
 
3
/**
4
 * Netscape/IE 4 compatibility.
5
 *
6
 * See https://developer.mozilla.org/en/Fixing_Table_Inheritance_in_Quirks_Mode
7
 */
8
table {
9
	/* Reset font properties (except family) */
10
	font-size: medium;
11
	font-style: normal;
12
	font-variant: normal;
13
	font-weight: normal;
14
}