kolibrios/data/common/network/netsurf/res/quirks.css
Kirill Lipatov (Leency) 15ad016d59 Netsurf: upload binnaries, add to ISO
NSINST: run app if exists on TPM, ISO, if not the download

git-svn-id: svn://kolibrios.org@8418 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-16 12:05:35 +00:00

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;
}