Index: trunk/phase3/skins/monobook/KHTMLFixes.css |
— | — | @@ -1,4 +0,0 @@ |
2 | | -/* KHTML fix stylesheet */ |
3 | | -/* work around the horizontal scrollbars */ |
4 | | -#column-content { margin-left: 0; } |
5 | | - |
Index: trunk/phase3/skins/common/wikibits.js |
— | — | @@ -10,8 +10,6 @@ |
11 | 11 | var is_safari_win = is_safari && clientPC.indexOf('windows') != -1; |
12 | 12 | var webkit_version = parseInt(webkit_match[1]); |
13 | 13 | } |
14 | | -var is_khtml = navigator.vendor == 'KDE' || |
15 | | - ( document.childNodes && !document.all && !navigator.taintEnabled ); |
16 | 14 | // For accesskeys; note that FF3+ is included here! |
17 | 15 | var is_ff2 = /firefox\/[2-9]|minefield\/3/.test( clientPC ); |
18 | 16 | var is_ff2_ = /firefox\/2/.test( clientPC ); |
— | — | @@ -101,8 +99,6 @@ |
102 | 100 | importStylesheetURI(stylepath+'/'+skin+'/Opera7Fixes.css'); |
103 | 101 | } else if (is_opera_95) { |
104 | 102 | importStylesheetURI(stylepath+'/'+skin+'/Opera9Fixes.css'); |
105 | | - } else if (is_khtml) { |
106 | | - importStylesheetURI(stylepath+'/'+skin+'/KHTMLFixes.css'); |
107 | 103 | } else if (is_ff2_) { |
108 | 104 | importStylesheetURI(stylepath+'/'+skin+'/FF2Fixes.css'); |
109 | 105 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -124,6 +124,8 @@ |
125 | 125 | preprocesor level. |
126 | 126 | * Added $wgShowArchiveThumbnails, allowing sysadmins to disable thumbnail |
127 | 127 | display for old versions of images. |
| 128 | +* Remove five-year-old KHTMLFixes.css, which is unlikely to be relevant anymore |
| 129 | + and was causing problems. |
128 | 130 | |
129 | 131 | === Bug fixes in 1.16 === |
130 | 132 | |