MediaWiki:Common.css: Difference between revisions

From Berkman Klein Google Summer of Code Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
img.responsive {
img.responsive {
     max-width: 100%;
     max-width: 100%;
     max-height: 100%;
     height: auto;
}
}
.width90 .image {
.width90 .image {

Revision as of 11:35, 23 January 2019

/* CSS placed here will be applied to all skins */

/* make responsive images possible */
div.width90 { width: 90%; }
img.responsive {
    max-width: 100%;
    height: auto;
}
.width90 .image {
    max-width: 100%;
    max-height: 100%;
}