MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 329: Line 329:
.history-json {
.history-json {
display: none;
display: none;
}
/* remove Vector padding that causes gap above first floated element */
.vector-body,
#bodyContent {
  padding-top: 0 !important;
}
.mw-body-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* make sure the infobox stays snug under title */
.mw-body-content > .infobox {
  margin-top: 0 !important;
  float: right;
}
}