跳到内容

User:Star0/sandbox 2/styles.css:修订间差异

无编辑摘要
无编辑摘要
无编辑摘要
第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%;
    }
    }
}
}