Jump to content

MediaWiki:Common.css: Difference between revisions

From wikibase
Created page with "CSS placed here will be applied to all skins: div.content {border: 2px solid yellow}"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


div.content {border: 2px solid yellow}
div.content {
border: 2px solid yellow;
padding:10px;
margin-bottom:20px;
}

Revision as of 11:20, 17 April 2026

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

div.content {
border: 2px solid yellow;
padding:10px;
margin-bottom:20px;
}