Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 88: Line 88:
.infobox tbody > tr > th, .infobox tbody > tr > td {   
.infobox tbody > tr > th, .infobox tbody > tr > td {   
     min-width: 100px;
     min-width: 100px;
}
/* Removes the long search result menu on mobile */
fieldset#mw-searchoptions {
  display: none !important;
}
}