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
This commit is contained in:
jdlrobson 2020-07-23 10:36:08 -07:00
parent e70f5ccc71
commit 01dd41a0b3
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
}
// Normalize Blue links in the article
a:not( .image ) {
.mw-body a:not( .image ) {
border-bottom: 1px solid #aaa;
}