Jump to content

MediaWiki:Mobile.css: Difference between revisions

From Shark's Hypothetical Weather
No edit summary
Tags: Mobile edit Mobile web edit
Blanked the page
Tags: Blanking Manual revert Mobile edit Mobile web edit
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Make infoboxes responsive on MinervaNeue */
.infobox {
  width: 100%;
  font-size: 0.95em;
  margin: 0 auto;
  clear: both;
}


.infobox td,
.infobox th {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  text-align: left;
}
.infobox-label {
  font-weight: bold;
  padding-top: 10px;
}
.infobox-data {
  padding-bottom: 10px;
}

Latest revision as of 21:58, 24 April 2025