Template:Note/styles.css: Difference between revisions

From OnTrackNorthAmerica
No edit summary
No edit summary
Line 5: Line 5:
}
}


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

Revision as of 16:43, 8 May 2024

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

.Note::after{
	border-style:dotted;
	padding: 0;
}