logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

quirks.css (306B)


  1. /* Quirks mode stylesheet for NetSurf */
  2. /**
  3. * Netscape/IE 4 compatibility.
  4. *
  5. * See https://developer.mozilla.org/en/Fixing_Table_Inheritance_in_Quirks_Mode
  6. */
  7. table {
  8. /* Reset font properties (except family) */
  9. font-size: medium;
  10. font-style: normal;
  11. font-variant: normal;
  12. font-weight: normal;
  13. }