diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-18 19:12:44 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-18 19:12:44 -0600 |
commit | 4bb2aeca1d198391ca856aa16c40b8559c68daec (patch) | |
tree | 72371f0fd947bcec45562ccfa1164f3349e4e4e6 /skins | |
parent | fa93eabd8fdebb47d623537afbd5e6df1271112a (diff) | |
parent | cacc939b34e315b85e2d72997811eb6677996cc1 (diff) |
Merge branch 'archwiki'
Conflicts:
extensions/ArchInterWiki.sql
extensions/FluxBBAuthPlugin.php
Diffstat (limited to 'skins')
-rw-r--r-- | skins/common/wikibits.js | 2 | ||||
-rw-r--r-- | skins/monobook/FF2Fixes.css | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index cae08af9..05efb4a9 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -123,8 +123,6 @@ if ( mw.config.get( 'skin' ) === 'monobook' ) { importStylesheetURI( skinpath + '/Opera7Fixes.css' ); } else if ( opera95_bugs ) { importStylesheetURI( skinpath + '/Opera9Fixes.css' ); - } else if ( ff2_bugs ) { - importStylesheetURI( skinpath + '/FF2Fixes.css' ); } } diff --git a/skins/monobook/FF2Fixes.css b/skins/monobook/FF2Fixes.css deleted file mode 100644 index c8b65f50..00000000 --- a/skins/monobook/FF2Fixes.css +++ /dev/null @@ -1,4 +0,0 @@ -.rtl .external, a.feedlink { - padding: 0 !important; - background: none !important; -} |