Template:Infobox styles.css: Difference between revisions

I/O location groups: fix first-child top alignment, add content padding class (via update-page on MediaWiki MCP Server)
I/O location groups: fix header font size (remove 0.92em), add .infobox-label-top for non-stretching labels (via update-page on MediaWiki MCP Server)
Line 46: Line 46:
.infobox-accessory .infobox-image {
.infobox-accessory .infobox-image {
     background-color: #ffffff;
     background-color: #ffffff;
}
/* Label that only covers its text, not the full row height */
.infobox-label-top {
    align-self: start !important;
}
}


Line 101: Line 106:
     padding: 0.15em 0.4em;
     padding: 0.15em 0.4em;
     font-weight: bold;
     font-weight: bold;
    font-size: 0.92em;
     background-color: #e8e8ed;
     background-color: #e8e8ed;
     color: #333333;
     color: #333333;
MediaWiki Appliance - Powered by TurnKey Linux