From: Schnark Date: Wed, 23 Sep 2015 08:12:10 +0000 (+0000) Subject: Remove superfluous rules from print CSS X-Git-Tag: 1.31.0-rc.0~9716^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=f11d17cef24245d976b2ce705ff77ebf64c328db;p=lhc%2Fweb%2Fwiklou.git Remove superfluous rules from print CSS Remove superfluous and confusing rules that are either duplicated or overridden by !important-rules anyway. Saves a few bytes and the sanity of whoever looks at the stylesheet. Change-Id: I12e66f186d4ab116018742762d32f0886561548e --- diff --git a/resources/src/mediawiki.legacy/commonPrint.css b/resources/src/mediawiki.legacy/commonPrint.css index e1b3198227..77fa753482 100644 --- a/resources/src/mediawiki.legacy/commonPrint.css +++ b/resources/src/mediawiki.legacy/commonPrint.css @@ -147,24 +147,11 @@ span.texhtml { /** * Links */ -a.stub, -a.new { - color: #ba0000; - text-decoration: none; -} - a { - color: black !important; background: none !important; padding: 0 !important; } -a:link, a:visited { - color: #520; - background: transparent; - text-decoration: underline; -} - /* Expand URLs for printing */ .mw-body a.external.text:after, .mw-body a.external.autonumber:after {