MediaWiki:Mobile.css: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the mobile site */ | /* All CSS here will be loaded for users of the mobile site */ | ||
.infobox-wrapper { | .infobox-wrapper { | ||
float: none; | float: none !important; | ||
clear: both; | clear: both !important; | ||
width: 100%; | width: 100% !important; | ||
margin: 1em 0 ; | margin: 1em 0 !important; | ||
box-sizing: border-box; | box-sizing: border-box !important; | ||
} | } | ||
.infobox-wrapper table { | .infobox-wrapper table { | ||
width: 100%; | width: 100% !important; | ||
} | } | ||