Fix CSS selector in 'print.less'

Change-Id: I630132f551fa49513058f937ee4a845c02acdc2a
This commit is contained in:
Volker E 2019-12-13 16:43:42 -08:00
parent 470870cd6d
commit bf365aa1ac
1 changed files with 1 additions and 1 deletions

View File

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