/usr/share/netsurf/quirks.css is in netsurf-common 2.9-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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;
}
|