Awards grid ~56rem wide like Wikipedia label table
Awards grid: auto column widths like Wikipedia (~content-sized)
Line 236: Line 236:
}
}


/* Wikipedia awards wikitable: centered, wide enough that each <br />-separated
/* Match en.wikipedia awards wikitable: auto column widths from content
   line (e.g. award name) usually fits on one row before wrapping */
   (long names get more space), centered, no artificial skinny max-width */
table.soldier-awards-grid {
table.soldier-awards-grid {
margin: 1em auto;
margin: 1em auto;
border-collapse: collapse;
border-collapse: collapse;
table-layout: fixed;
table-layout: auto;
width: 56rem;
width: auto;
max-width: 100%;
max-width: 100%;
font-size: 95%;
font-size: 95%;
Line 252: Line 252:
table.soldier-awards-grid td {
table.soldier-awards-grid td {
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
padding: 0.55em 0.85em;
padding: 0.4em 0.65em;
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;