MediaWiki:Common.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Line 3: Line 3:
.code {
.code {
padding-left:0.5em;
padding-left:0.5em;
}
.bullet_margin {
    padding-left:1.5em;
}
}

Revision as of 18:05, 19 January 2025

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

.code {
	padding-left:0.5em;
}

.bullet_margin {
    padding-left:1.5em;
}