MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.infobox-wrapper {
.infobox-wrapper {
     float: none !important;
     float: none !important;
Line 8: Line 7:
     box-sizing: border-box;
     box-sizing: border-box;
}
}
.infobox-wrapper table {
.infobox-wrapper table {
     width: 100% !important;
     width: 100% !important;
}
.infobox-wrapper img {
    max-width: 100% !important;
    height: auto !important;
}
}

Navigation menu