MediaWiki:Common.css:修订间差异

来自WHY42
无编辑摘要
无编辑摘要
 
第1行: 第1行:
.fixed-600 img {
.fixed-600 img {
     width: 600px;
     width: 600px;
    height: auto;
}
.fixed-400 img {
    width: 400px;
    height: auto;
}
.fixed-200 img {
    width: 200px;
     height: auto;
     height: auto;
}
}

2024年1月19日 (五) 03:38的最新版本

.fixed-600 img {
    width: 600px;
    height: auto;
}

.fixed-400 img {
    width: 400px;
    height: auto;
}

.fixed-200 img {
    width: 200px;
    height: auto;
}