Template:Main Page/styles.css

From YATA Wiki
Jump to navigationJump to search
.box {
	display: inline-block;
	padding: 5px;
}
#left-box {
	width: 84%;
	float: left;
}
#right-box {
	width: 14%;
	float: right;
	text-align: center;
}