Template:LangNavBox/styles.css: Difference between revisions

From DDraceNetwork
No edit summary
No edit summary
Line 4: Line 4:
border-radius:4px;  
border-radius:4px;  
margin-bottom: 10px;
margin-bottom: 10px;
margin-left: 10px;
float: right;
float: right;
clear: right;
clear: right;

Revision as of 08:51, 22 February 2022

.language-box {
	box-sizing: border-box;
	border: 2px solid #000B59; 
	border-radius:4px; 
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	clear: right;
}

.push-right {
	/*display: flex;
	align-items: flex-end;
	justify-content: flex-end;*/
}