MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 21: Line 21:
}
}


[title], a:link {
[title], a:link, abbr {
   text-decoration: none;
   text-decoration: none;
}
}
[title]:not(a:link) {
[title]:not(a:link), abbr {
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 25%);
}
}