summaryrefslogtreecommitdiff
path: root/resources/quirks.css
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2018-04-22 10:41:55 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2018-04-22 10:41:55 +0100
commitc1e30c0c3a077fff59389b5d7f6debfece704889 (patch)
treecb43c73ad2671f524c3649661955064511b6dc3a /resources/quirks.css
parent5094a3fd048e06a49bb232ae7eb09821c512c8a0 (diff)
downloadnetsurf-c1e30c0c3a077fff59389b5d7f6debfece704889.tar.gz
netsurf-c1e30c0c3a077fff59389b5d7f6debfece704889.tar.bz2
Initial shuffle of stuff out of !NetSurf
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;
+}