mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Fix CSS selector in 'print.less'
Change-Id: I630132f551fa49513058f937ee4a845c02acdc2a
This commit is contained in:
parent
470870cd6d
commit
bf365aa1ac
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
|
||||
// Normalize Blue links in the article
|
||||
a.not( .image ) {
|
||||
a:not( .image ) {
|
||||
border-bottom: 1px solid #aaa;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue