Difference between revisions of "MediaWiki:Common.css"

From BattleMaster Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .wikitable p { margin:0; padding:0; }")
 
m
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.wikitable p { margin:0; padding:0; }
 
.wikitable p { margin:0; padding:0; }
 +
.heraldrySignature {
 +
display: inline-block;
 +
margin-left: 1em;
 +
}

Revision as of 15:20, 26 February 2023

/* CSS placed here will be applied to all skins */
.wikitable p { margin:0; padding:0; }
.heraldrySignature {
	display: inline-block;
	margin-left: 1em;
}