「User:Star0/sandbox 2/styles.css」:修訂間差異

增加 6 位元組 、​ 2020年12月5日 (星期六)
無編輯摘要
無編輯摘要
無編輯摘要
行 1: 行 1:
@media all and ( min-width: 720px ) {
@media all and ( min-width: 720px ) {
.toppic {
td.toppic {
    display: none;
    display: none;
    }
    }
行 7: 行 7:


@media all and ( max-width: 720px ) {
@media all and ( max-width: 720px ) {
.sidepic {
td.sidepic {
    display: none;
    display: none;
    }
    }


.autowidth {
td.autowidth {
    width:100%;
    width:100%;
    }
    }
}
}