Template:Textbox/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 5: Line 5:
padding: 10px;
padding: 10px;
max-height: 50%;
max-height: 50%;
min-width:10%;
}
}

Revision as of 14:27, 1 August 2024

.Text{
	float:right;
	border-style:solid;
	border-color:#45819B;
	padding: 10px;
	max-height: 50%;
	min-width:10%;
}