Template:LangNavBox/styles.css

From DDraceNetwork
.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;*/
}