Dzahn has submitted this change and it was merged. Change subject: Remove custom CSS for duplicates.cgi ......................................................................
Remove custom CSS for duplicates.cgi It's an ancient 1:1 copy of upstream CSS and there is no difference between using it or the upstream default one (which is the fallback anyway). Bug: 54823 Change-Id: Ida5b2862e78d8762287773c3bd99b747b678a8f3 --- D skins/contrib/Wikimedia/duplicates.css 1 file changed, 0 insertions(+), 34 deletions(-) Approvals: Aklapper: Looks good to me, but someone else must approve Dzahn: Verified; Looks good to me, approved diff --git a/skins/contrib/Wikimedia/duplicates.css b/skins/contrib/Wikimedia/duplicates.css deleted file mode 100644 index 9948b78..0000000 --- a/skins/contrib/Wikimedia/duplicates.css +++ /dev/null @@ -1,34 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are - * Copyright (C) 1998 Netscape Communications Corporation. All - * Rights Reserved. - * - * Contributor(s): Myk Melez <[email protected]> - */ - -tree#results-tree { - margin-right: 0px; - border-right-width: 0px; - margin-left: 0px; - border-left-width: 0px; -} - -treechildren:-moz-tree-cell-text(resolution-FIXED) { - text-decoration: line-through; -} - -treecol#id_column { width: 6em; } -treecol#duplicate_count_column { width: 5em; } -treecol#duplicate_delta_column { width: 5em; } -- To view, visit https://gerrit.wikimedia.org/r/87057 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ida5b2862e78d8762287773c3bd99b747b678a8f3 Gerrit-PatchSet: 2 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
