MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 20: Line 20:
   text-decoration: none;
   text-decoration: none;
}
}
[title]:not(img):not(.no-decoration) {
[title]:not(img):not(.no-decoration):not(a[href]) {
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
}
}