الگو:Infobox/mobileviewfix.css: تفاوت میان نسخهها
ظاهر
Template>Shkuru Afshar صفحهای تازه حاوی «←{{pp-template}} The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits for large contents, but may also caused some smaller tables shortened and shift to left, event if they are set width:100% property. This is happened within numerous infoboxes.: body.skin-minerva .infobox table { display: table; } body.skin-minerva .infobox caption { d...» ایجاد کرد |
جز ۱ نسخه واردشده |
(یک نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |
(بدون تفاوت)
|
نسخهٔ کنونی تا ۲۸ ژانویهٔ ۲۰۲۵، ساعت ۱۰:۴۶
/* {{pp-template}}
The mobile skin (Minerva) generally inject display: block property to tables to make them scrollable on your phone screen. This could give benefits for large contents, but may also caused some smaller tables shortened and shift to left, event if they are set width:100% property. This is happened within numerous infoboxes.
*/
body.skin-minerva .infobox table {
display: table;
}
body.skin-minerva .infobox caption {
display: table-caption;
}