MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 52: Line 52:


@media (max-width: 640px) {
@media (max-width: 640px) {
  table {
    width: 100% !important;
}
   .infobox {
   .infobox {
     float: none;
     float: none;
Line 63: Line 59:
     table-layout: fixed;
     table-layout: fixed;
   }
   }
  .infobox tr {
    width: 100% !important;
}


   .infobox th.infobox-above,
   .infobox th.infobox-above,