summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/Quirks,f79
blob: 2f0f9f369b0c50bf876dfc8c3f9d9e89416ce14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
}