MediaWiki:Gadget-ResponsiveStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 29: Line 29:
table.responsive:not(.jquery-tablesorter) > tbody > tr:first-child {
table.responsive:not(.jquery-tablesorter) > tbody > tr:first-child {
display: none;
display: none;
}
/* Responsive tables (columns only) */
table.responsive-col > tbody > tr > td {
display: block !important;
width: auto !important;
min-width: 0 !important;
max-width: none !important;
}
}


Line 47: Line 55:
.multipageimage > tbody > tr > td:nth-of-type(2) {
.multipageimage > tbody > tr > td:nth-of-type(2) {
display: none !important;
display: none !important;
}
/* Template:Col-begin */
.col-begin > tbody > tr > td {
display: block !important;
width: auto !important;
}
}
}
}