MediaWiki:Common.css: Difference between revisions

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