MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Don't try to move collapsible toggle.)
Tag: Manual revert
No edit summary
Line 8: Line 8:
.infobox tbody {
.infobox tbody {
   vertical-align: top;
   vertical-align: top;
}
.tight-list {
margin-top: 0;
margin-bottom: 0;
}
}

Revision as of 19:21, 4 July 2023

/* CSS placed here will be applied to all skins */
.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
}
.infobox tbody {
  vertical-align: top;
}

.tight-list {
	margin-top: 0;
	margin-bottom: 0;
}