MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
indent all iframes slightly
fix "Population" label wrapping in Neighborhood infoboxes
Line 16: Line 16:
   background-color: #ecbf33;
   background-color: #ecbf33;
   font-size: small;
   font-size: small;
}
.pi-theme-neighborhood .pi-data-label {
  /* WMAU skin shrank page width such that "Population" no longer
  * fit in the Neighborhood infobox label without wrapping. Manually
  * expand that here. */
  flex-basis: 100px;
}
}