Remove superfluous rules from print CSS
authorSchnark <listenleser@gmail.com>
Wed, 23 Sep 2015 08:12:10 +0000 (08:12 +0000)
committer[[mw:User:Schnark]] <gerritpatchuploader@gmail.com>
Wed, 23 Sep 2015 08:12:10 +0000 (08:12 +0000)
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

resources/src/mediawiki.legacy/commonPrint.css

index e1b3198..77fa753 100644 (file)
@@ -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 {