Print: Remove underline for image links

Bug: T225093
Change-Id: I80efccab2dd2e5a0808eb57fab06e9cde73c1844
This commit is contained in:
Derk-Jan Hartman 2019-10-15 14:44:51 +02:00 committed by TheDJ
parent afbe0aa76a
commit 202205c0d0
1 changed files with 1 additions and 1 deletions

View File

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