MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 14: Line 14:
/* General helpers. */
/* General helpers. */
.circular img {
.circular img {
   border-radius: 50%;
   border-radius: 50% !important;
}
}
.inline-img img {
.inline-img img {
   max-width: 2em;
   max-width: 2em !important;
   max-height: 2em;
   max-height: 2em !important;
}
}