Template:History Timeline/styles.css: Difference between revisions

From YATA Wiki
Jump to navigationJump to search
(Created page with ".box { display: inline-block; padding: 5px; } #left-box { width: 84%; float: left; } #right-box { width: 14%; float: right; }")
 
(No difference)

Latest revision as of 23:36, 22 November 2025

.box {
	display: inline-block;
	padding: 5px;
}
#left-box {
	width: 84%;
	float: left;
}
#right-box {
	width: 14%;
	float: right;
}