Template:Infobox/mobileviewfix.css

From NationStates Sports Wiki
Revision as of 19:50, 20 October 2021 by wikipedia>MusikBot II (Changed protection settings for "Template:Infobox/mobileviewfix.css": High-risk template or module: 3899 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)))
Jump to navigation Jump to search
/*
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;
}