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 */
8table {
9	/* Reset font properties (except family) */
10	font-size: medium;
11	font-style: normal;
12	font-variant: normal;
13	font-weight: normal;
14}
15