mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 15:59:36 +03:00
15 lines
306 B
CSS
15 lines
306 B
CSS
|
/* 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;
|
||
|
}
|