MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →Make images responsive: img { max-width:100%; height:auto; }" |
No edit summary |
||
| Line 5: | Line 5: | ||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||
} | |||
div.figure { | |||
border: 8px solid red; | |||
} | } | ||