“Template:Col-begin/styles.css”的版本间的差异
跳到导航
跳到搜索
(建立内容为“@media all and (max-width:720px) { table.multicol > tr > td, table.multicol > tbody > tr > td { display:block !important; width:100% !important; padding:0…”的新页面) |
(没有差异)
|
2025年8月13日 (三) 01:08的最新版本
@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;
color: inherit;
padding: 0;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
vertical-align: top!important;
}