Template:Hatnote/styles.css: Difference between revisions

From NARA
Jump to navigation Jump to search
NARA>Samwilson
(class for no border)
 
m (1 revision imported: forgot this existed...)
 

Latest revision as of 14:03, 19 April 2023

.hatnote {
	font-style: italic;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	color: #555;
	border-bottom: 1px solid #ccc;
}
.hatnote.no-border {
	border-bottom: none;
}