MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 374: Line 374:
overflow: auto !important;
overflow: auto !important;
max-width: max-content !important;
max-width: max-content !important;
min-width: 300px !important;
min-width: 100px !important;
border: 0 !important;
border: 0 !important;
}
}
Line 383: Line 383:
table.wikitable > thead + tbody, table.darker > thead + tbody {
table.wikitable > thead + tbody, table.darker > thead + tbody {
display: table-row-group !important;
display: table-row-group !important;
}
table.wikitable > caption {
background: #fff;
margin: 0;
}
}
}
}