Template:Hatnote/styles.css: Difference between revisions

From The Goon Show Depository
en>Samwilson
(class for no border)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 09:43, 20 July 2022

.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;
}