MediaWiki:Common.css: Difference between revisions

From Virtujoy Documentation
Created page with "CSS placed here will be applied to all skins: h3::before { content: "\00A0\00A0\00A0~\00A0"; }"
 
No edit summary
Line 2: Line 2:


h3::before {
h3::before {
content: "\00A0\00A0\00A0~\00A0";
content: "\00A0\00A0";
}
 
h4::before {
content: "\00A0\00A0\00A0\00A0";
}
 
h5::before {
content: "\00A0\00A0\00A0\00A0\00A0\00A0";
}
}

Revision as of 04:58, 6 November 2025

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

h3::before {
	content: "\00A0\00A0";
}

h4::before {
	content: "\00A0\00A0\00A0\00A0";
}

h5::before {
	content: "\00A0\00A0\00A0\00A0\00A0\00A0";
}