Template:Infobox/mobileviewfix.css: Difference between revisions

From PyramidBase
Jump to navigation Jump to search
m (Changed protection settings for "Template:Infobox/mobileviewfix.css": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
 
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
(No difference)

Latest revision as of 21:52, 8 December 2023

/* {{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, even if they are set width:100% property. This is happened in numerous infoboxes.
*/
body.skin-minerva .infobox table {
	display: table;
}
body.skin-minerva .infobox caption {
	display: table-caption;
}