MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
div.width90 { width: 90%; } | div.width90 { width: 90%; } | ||
img.responsive { | img.responsive { | ||
width: | width: 99%; | ||
height: auto; | height: auto; | ||
} | } | ||
Revision as of 15:37, 23 January 2019
/* CSS placed here will be applied to all skins */
/* make responsive images possible */
div.width90 { width: 90%; }
img.responsive {
width: 99%;
height: auto;
}
.width90 .image {
max-width: 100%;
max-height: 100%;
}