MediaWiki:Mobile.css: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* Mobile fixes for boxes */
.box.infobox {
.box.infobox {
   float: none !important;
   float: none !important;
Line 9: Line 10:
   display: table;
   display: table;
   margin: 0;
   margin: 0;
}
.box tr.header {
  display: table-row;
  height: initial;
  border-top: none;
  margin-top: 0;
}
}