summaryrefslogtreecommitdiff
path: root/resources/quirks.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/quirks.css')
-rw-r--r--resources/quirks.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/quirks.css b/resources/quirks.css
new file mode 100644
index 000000000..2f0f9f369
--- /dev/null
+++ b/resources/quirks.css
@@ -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;
+}