Jump to content

MediaWiki:Common.css: Difference between revisions

From ClimateKG
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;
}
}

Revision as of 08:12, 18 May 2026

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

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

div.figure {
border: 8px solid red;
}