Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,204: Line 1,204:
   border: 0 !important;
   border: 0 !important;
   box-shadow: none !important;
   box-shadow: none !important;
}
/* Kill residual file wrappers inside tweets */
.tweet-media .mw-default-size,
.tweet-media .mw-file-description {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Ensure any remaining anchors don’t introduce chrome or inline gaps */
.tweet-media a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
}
}