MediaWiki:Mobile.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
table.infobox tr th{ | table.infobox tr th{ | ||
text-align:center!important; | text-align:center!important; | ||
} | |||
table.infobox tr td:nth-child(1) { | |||
text-align:left!important; | |||
} | |||
table.infobox tr td:nth-child(2) { | |||
text-align:right!important; | |||
} | } | ||