Jump to content

MediaWiki:Mobile.css: Difference between revisions

No edit summary
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;
}
}