Template:Col-begin/styles.css: Difference between revisions
From The Maceys in California
Lynn Macey (talk | contribs) 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; }" |
Lynn Macey (talk | contribs) Lynn changed the content model of the page Template:Col-begin/styles.css from "wikitext" to "Sanitized CSS" |
||
(No difference)
| |||
Latest revision as of 21:01, 26 January 2026
@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;
}
