Template:Infobox/mobileviewfix.css: Difference between revisions
Jump to navigation
Jump to search
(Prot template) |
m (1 revision imported from wikipedia:en:Template:Infobox/mobileviewfix.css) |
(No difference)
|
Latest revision as of 22:00, 29 January 2022
/* {{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; }