MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Add downscale class for images) |
(No difference)
|
Revision as of 23:00, 11 February 2017
/* CSS placed here will be applied to all skins */
/* default class for images. Allows a maximum width of 100%. This will down-scale images in mobile view*/
img.downscale {
max-width: 100%;
height: auto;
}