Template:LangNavBox/styles.css: Difference between revisions

From DDraceNetwork
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
border: 2px solid #000B59;  
border: 2px solid #000B59;  
border-radius:4px;  
border-radius:4px;  
margin: auto;
margin-bottom: 10px;
margin-bottom: 10px;
margin-left: 10px;
clear: both;
float: right;
clear: right;
}
}

Latest revision as of 15:23, 13 August 2022

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