If the page looks weird, press CTRL+SHIFT+R to reload styles

MediaWiki:Common.css: Difference between revisions

From Gambian Holiday Wiki
Jump to navigation Jump to search
(Created page with "→‎This contains the formatting for the Biography template: div.global-biography { & td:first-child { font-weight: bold; } }")
 
No edit summary
Line 1: Line 1:
/* This contains the formatting for the Biography template */
/* This contains the formatting for the Biography template */
div.global-biography {
div.global-biography {
display: flex;
flex-direction: row;
float: right;
& td:first-child { font-weight: bold; }
& td:first-child { font-weight: bold; }
& tr { gap: 1rem; }
}
}

Revision as of 21:10, 21 June 2024

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