MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 60: Line 60:
   }
   }


   .infobox td {
   .infobox .infobox-above,
  .infobox .infobox-title,
  .infobox .infobox-header {
     width: 100% !important;
     width: 100% !important;
  }
  .infobox .infobox-label th {
    width: 25% !important;
  }
  .infobox .infobox-data td {
    width: 75% !important;
   }
   }
      
      
Line 77: Line 87:
     /* @noflip */
     /* @noflip */
     clear: right;
     clear: right;
     width: 25em;
     width: 22em;
   }
   }
}
}