MediaWiki:Common.css: Difference between revisions
Configadmin (talk | contribs) No edit summary |
Configadmin (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
td { | td { | ||
display: block !important; | display: block !important; | ||
font-size: large !important; | font-size: x-large !important; | ||
} | } | ||
Revision as of 15:11, 12 August 2020
/* CSS placed here will be applied to all skins */
img {
max-width:100%;
height:auto;
}
@media only screen and (max-width: 1200px) {
td {
display: block !important;
font-size: x-large !important;
}
tr {
width: 100% !important;
}
.tabs-container td {
display: block;
width: 95% !important;
padding: 5px !important;
}
.tabs-container tr {
width: 100%;
}
}