MediaWiki:Common.css: Difference between revisions

From Applied Science
(Created page with "→‎CSS placed here will be applied to all skins: .code { background-color:red; }")
 
No edit summary
Tag: Manual revert
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:


.code {
.code {
background-color:red;
padding-left:0.5em;
}
 
.bullet_margin {
    padding-left:1.5em;
}
}

Latest revision as of 22:19, 19 January 2025

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

.code {
	padding-left:0.5em;
}

.bullet_margin {
    padding-left:1.5em;
}