MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 26: Line 26:
/* Ensure header spans all columns */
/* Ensure header spans all columns */
.eras-table th {
.eras-table th {
    background-color: #f79ef7;
     width: 100%;
     width: 100%;
     display: table-cell; /* Keep table behavior for spanning */
     display: table-cell; /* Keep table behavior for spanning */
Line 34: Line 35:
.eras-table td {
.eras-table td {
     vertical-align: top;
     vertical-align: top;
    border: 1px solid #808080;
     text-align: center; /* Center the text under the image */
     text-align: center; /* Center the text under the image */
     padding: 10px; /* Add some padding for spacing */
     padding: 10px; /* Add some padding for spacing */