Template:Col-begin/styles.css: Difference between revisions
Template page
More actions
←Created page with '@media all and (max-width:720px) { table.multicol > tr > td, table.multicol > tbody > tr > td { display:block !important; width:100% !important; padding:0 !important; } } table.multicol { border: 0; border-collapse: collapse; background-color: transparent; padding: 0; } table.multicol > tr > td, table.multicol > tbody > tr > td { vertical-align: top !important; }' |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
width:100% !important; | width:100% !important; | ||
padding:0 !important; | padding:0 !important; | ||
} | |||
table.multicol { | |||
width:100% !important; | |||
} | } | ||
} | } | ||
| Line 15: | Line 18: | ||
table.multicol > tr > td, | table.multicol > tr > td, | ||
table.multicol > tbody > tr > td { | table.multicol > tbody > tr > td { | ||
vertical-align: top | vertical-align: top; | ||
} | } | ||
Latest revision as of 13:36, 16 May 2024
@media all and (max-width:720px) {
table.multicol > tr > td,
table.multicol > tbody > tr > td {
display:block !important;
width:100% !important;
padding:0 !important;
}
table.multicol {
width:100% !important;
}
}
table.multicol {
border: 0;
border-collapse: collapse;
background-color: transparent;
padding: 0;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
vertical-align: top;
}