From 01dd41a0b31d4b2873be59017698da102667b11f Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 23 Jul 2020 10:36:08 -0700 Subject: [PATCH] Restrict image border to images in border In future we will be displaying the header and logo in the print display - to avoid adding unnecessary borders scope this rule. Bug: T253842 Change-Id: I123b73fcaa09c0213914ca6fd8074a1305814529 --- resources/skins.vector.styles/common/print.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/common/print.less b/resources/skins.vector.styles/common/print.less index d0dce65..1151231 100644 --- a/resources/skins.vector.styles/common/print.less +++ b/resources/skins.vector.styles/common/print.less @@ -45,7 +45,7 @@ } // Normalize Blue links in the article - a:not( .image ) { + .mw-body a:not( .image ) { border-bottom: 1px solid #aaa; }