Merge "Restrict image border to images in border"

This commit is contained in:
jenkins-bot 2020-07-28 18:30:02 +00:00 committed by Gerrit Code Review
commit eeb6182a91
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;
}