Merge "Print: Remove underline for image links"

This commit is contained in:
jenkins-bot 2019-10-15 13:53:22 +00:00 committed by Gerrit Code Review
commit 1372dd2258
1 changed files with 1 additions and 1 deletions

View File

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