Jump to content

MediaWiki:Common.css: Difference between revisions

From ClimateKG
No edit summary
No edit summary
Line 9: Line 9:
img {
img {
border: 20px solid #dddddd;
border: 20px solid #dddddd;
margin: 10px;
}
}

Revision as of 09:19, 18 May 2026

/* CSS placed here will be applied to all skins */

/* Make images responsive */
img {
max-width:100%;
height:auto;
}

img {
border: 20px solid #dddddd;
margin: 10px;
}