Per comment in Opera95Fixes.css, remove it; it's useless. No discernable difference...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 30 Dec 2007 20:54:34 +0000 (20:54 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 30 Dec 2007 20:54:34 +0000 (20:54 +0000)
skins/common/wikibits.js
skins/monobook/Opera95Fixes.css [deleted file]

index a04ca2c..cdb5c9d 100644 (file)
@@ -44,8 +44,6 @@ if (typeof stylepath != 'undefined' && typeof skin != 'undefined') {
                document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/Opera6Fixes.css">');
        } else if (is_opera_seven && !is_opera_95) {
                document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/Opera7Fixes.css">');
-       } else if (is_opera_95) {
-               document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/Opera95Fixes.css">');
        } else if (is_khtml) {
                document.write('<link rel="stylesheet" type="text/css" href="'+stylepath+'/'+skin+'/KHTMLFixes.css">');
        }
diff --git a/skins/monobook/Opera95Fixes.css b/skins/monobook/Opera95Fixes.css
deleted file mode 100644 (file)
index 6048c66..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/**
- * One tweak for Opera 9.5 carried over from Opera 7.  This seems to be exactly
- * the same rule as is used for #bodyContent a.external normally, why do we
- * need it?  Someone should compare with and without and remove this file en-
- * tirely if appropriate.
- */
-#bodyContent a.external {
-       background: url(external.png) center right no-repeat;
-       padding-right: 13px;
-}