initial commit
This commit is contained in:
14
tools/netsurf/res/quirks.css
Normal file
14
tools/netsurf/res/quirks.css
Normal file
@@ -0,0 +1,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;
|
||||
}
|
||||
Reference in New Issue
Block a user