Jump to content

MediaWiki:Common.css: Difference between revisions

From TVSWiki
Created page with "CSS placed here will be applied to all skins: .pi-data-label { min-width: 90px; }"
 
No edit summary
Line 2: Line 2:
.pi-data-label {
.pi-data-label {
   min-width: 90px;
   min-width: 90px;
  text-align: right;
}
}

Revision as of 13:45, 21 April 2025

/* CSS placed here will be applied to all skins */
.pi-data-label {
  min-width: 90px;
  text-align: right;
}