MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,254:
.wikitable td:first-child { background-color: #f8f9fa; } /* body cells */
.wikitable th:first-child { background-color: #eaecf0; } /* header cell */
/* Automatically makes ALL wikitables full-width, responsive, and clear of infoboxes */
.wikitable {
clear
display: block;
width: 100% !important;
overflow-x: auto;
}
/* Ensures the columns stretch to fill the 100% width */
.wikitable > tbody {
display: table;
width: 100%;
}
| |||