模板:Main Page/minerva.css

来自理想城计划
Gjcloak留言 | 贡献2024年5月23日 (四) 13:30的版本 (创建页面,内容为“→‎This template is loaded on the main page to address T32405 Please feel free to adapt the code, translate this message. Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059:​ @media screen and ( max-width: 720px ) { body.skin-minerva td, body.skin-minerva tr, body.skin-minerva tbody, body.skin-minerva table { display: block !important; width: 100% !important; box-sizing: border-b…”
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* This template is loaded on the main page to address T32405
 Please feel free to adapt the code, translate this message.
 Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
@media screen and ( max-width: 720px ) {
    body.skin-minerva td,
    body.skin-minerva tr,
    body.skin-minerva tbody,
    body.skin-minerva table {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}