Template:Infobox fighter/style.css: Difference between revisions

Template page
(Created page with ".infobox-fighter th { vertical-align: top; text-align: end; }")
 
No edit summary
Line 1: Line 1:
.infobox-fighter {
  max-width: 300px;
}
.infobox-fighter th {
.infobox-fighter th {
   vertical-align: top;
   vertical-align: top;
   text-align: end;
   text-align: end;
  white-space: nowrap;
}
}

Revision as of 11:51, 24 January 2021

.infobox-fighter {
  max-width: 300px; 
}

.infobox-fighter th {
   vertical-align: top;
   text-align: end;
  white-space: nowrap;
}