MediaWiki:Common.css: Difference between revisions

From Gambian Holiday Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
div.global-biography {
div.global-biography {
display: flex;
display: flex;
flex-direction: row;
flex-direction: column;
width: 22em;
float: right;
float: right;
clear: right;
& td:first-child { font-weight: bold; }
& td:first-child { font-weight: bold; }
& tr { gap: 1rem; }
& tr { gap: 1rem; }
}
}

Revision as of 21:12, 21 June 2024

/* This contains the formatting for the Biography template */
div.global-biography {
	display: flex;
	flex-direction: column;
	width: 22em;
	float: right;
	clear: right;
	& td:first-child { font-weight: bold; }
	& tr { gap: 1rem; }
	
}