From 1890f315a2d756b9fa31856f59437ade8aafea7a Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Sat, 20 Apr 2019 23:46:19 +0300 Subject: [PATCH] Remove last references to the long-gone CSS classes .editExternally and .editExternallyHelp External editor/diff stuff was removed from core in 4be62363520d02f9d5bf4929b9abee3521abfb53 (MW 1.22) The external editor stuff was originally introduced in r7859 (24 March 2005). r8412 added the class into the new i18n msgs introduced in that revision, 'noimage' and 'uploadnnewversion'. The .editExternally and .editExternallyHelp classes were lost in r8738/r8739 (29 April 2005). r48967 (28 March 2009) added the ID "mw-imagepage-edit-external" ID to the ImagePage "edit in an external editor" link, which once used the "editExternally" and "editExternallyHelp" classes. Change-Id: I8c5676b1f4725908b649be243dc923dd1d48b221 --- resources/src/mediawiki.legacy/oldshared.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/resources/src/mediawiki.legacy/oldshared.css b/resources/src/mediawiki.legacy/oldshared.css index 92c0207795..4d67caee1e 100644 --- a/resources/src/mediawiki.legacy/oldshared.css +++ b/resources/src/mediawiki.legacy/oldshared.css @@ -282,21 +282,6 @@ span.comment { color: #c00; } -.editExternally { - border: 1px solid #808080; - background: #fff; - padding: 3px; - margin-top: 0.5em; - float: left; - font-size: small; - text-align: center; -} - -.editExternallyHelp { - font-style: italic; - color: #808080; -} - li span.deleted { text-decoration: line-through; color: #888; -- 2.20.1