MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →make responsive images possible: .width90 { width: 90%; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
/* make responsive images possible */ | /* make responsive images possible */ | ||
.width90 { width: 90%; } | .width90 { width: 90%; height: 90%;} | ||
Revision as of 15:30, 23 January 2019
/* CSS placed here will be applied to all skins */
/* make responsive images possible */
.width90 { width: 90%; height: 90%;}