MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,603:
font-weight: bold;
background-color: #fff;
}
 
/* Prevent wikitable borders from wrapping around the caption on small screens */
@media screen and (max-width: 719px) {
table.wikitable {
border: none !important;
}
/* Ensure the actual cells keep their borders to maintain the grid look */
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > tbody > tr > th,
table.wikitable > tbody > tr > td {
border: 1px solid var(--border-color-base, #a2a9b1);
}
}