MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →Responsive hero header images: .hero-header-image img { max-width: 100% !important; width: 100% !important; height: auto !important; }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Responsive hero header images */ | /* Responsive hero header images */ | ||
.hero-header-image | /* Responsive hero header images */ | ||
.hero-header-image .mw-file-element { | |||
display: block; | |||
width: 100%; | |||
height: auto; | |||
} | } | ||