Template:Note/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 8: Line 8:
border-style:dotted;
border-style:dotted;
padding: 0;
padding: 0;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
}
}

Revision as of 16:42, 8 May 2024

.Note{
	border-style:solid;
	border-width: 2px;
	padding: 10px;
}

.Note:after{
	border-style:dotted;
	padding: 0;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
}