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

Template page
No edit summary
No edit summary
Line 2: Line 2:
   max-width: 300px;
   max-width: 300px;
   font-size: 0.8em;
   font-size: 0.8em;
   padding: 0.5rem;
   padding: 0 0 0.5rem 0.5rem;
  padding-top: 0;
   border-width: 0 0 3px 1px;
   border-width: 0 0 3px 1px;
   border-style: solid;
   border-style: solid;

Revision as of 17:39, 24 January 2021

.infobox-fighter {
   max-width: 300px;
   font-size: 0.8em;
   padding: 0 0 0.5rem 0.5rem;
   border-width: 0 0 3px 1px;
   border-style: solid;
}

.infobox-fighter .char-select-img {
	display: flex;
	justify-content: center;
}

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