summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--skins/archlinux/KHTMLFixes.css4
-rw-r--r--skins/common/wikibits.js4
-rw-r--r--skins/monobook/KHTMLFixes.css4
3 files changed, 0 insertions, 12 deletions
diff --git a/skins/archlinux/KHTMLFixes.css b/skins/archlinux/KHTMLFixes.css
deleted file mode 100644
index afa3568b..00000000
--- a/skins/archlinux/KHTMLFixes.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/* KHTML fix stylesheet */
-/* work around the horizontal scrollbars */
-#column-content { margin-left: 0; }
-
diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js
index 397dac91..82fe033e 100644
--- a/skins/common/wikibits.js
+++ b/skins/common/wikibits.js
@@ -10,8 +10,6 @@ if (webkit_match) {
var is_safari_win = is_safari && clientPC.indexOf('windows') != -1;
var webkit_version = parseInt(webkit_match[1]);
}
-var is_khtml = navigator.vendor == 'KDE' ||
- ( document.childNodes && !document.all && !navigator.taintEnabled );
// For accesskeys; note that FF3+ is included here!
var is_ff2 = /firefox\/[2-9]|minefield\/3/.test( clientPC );
var is_ff2_ = /firefox\/2/.test( clientPC );
@@ -94,8 +92,6 @@ if (typeof stylepath != 'undefined' && typeof skin != 'undefined') {
importStylesheetURI(stylepath+'/'+skin+'/Opera7Fixes.css');
} else if (is_opera_95) {
importStylesheetURI(stylepath+'/'+skin+'/Opera9Fixes.css');
- } else if (is_khtml) {
- importStylesheetURI(stylepath+'/'+skin+'/KHTMLFixes.css');
} else if (is_ff2_) {
importStylesheetURI(stylepath+'/'+skin+'/FF2Fixes.css');
}
diff --git a/skins/monobook/KHTMLFixes.css b/skins/monobook/KHTMLFixes.css
deleted file mode 100644
index afa3568b..00000000
--- a/skins/monobook/KHTMLFixes.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/* KHTML fix stylesheet */
-/* work around the horizontal scrollbars */
-#column-content { margin-left: 0; }
-