Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 158: Line 158:
.infobox th {white-space: normal;}
.infobox th {white-space: normal;}
.infobox img {
.infobox img {
  max-width: 100%;
  height: auto;
   display: block;
   display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
}
}