Template:Hatnote/styles.css

From The Goon Show Depository

< Template:Hatnote

Revision as of 05:29, 5 June 2021 by en>Samwilson (class for no border)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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