MediaWiki:Mobile.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS for mobile version of VR & AR Wiki */ | /* CSS for mobile version of VR & AR Wiki */ | ||
/* Center infobox on mobile */ | |||
table.infobox tr th { | |||
text-align: center !important; | |||
} | |||
/* Padding for infobox fields */ | |||
table.infobox tr td:nth-child(1) { | |||
padding: 5px !important; | |||
padding-left: 10px !important; | |||
padding-right: 10px !important; | |||
} | |||
/* Remove empty space below infobox */ | |||
table.infobox { | |||
margin-bottom: 0px !important; | |||
} | |||