Template:Hatnote/styles.css: Difference between revisions

From Bonkipedia
[[mw:]]>Samwilson
(class for no border)
 
m (1 revision imported: Workaround and Utility Templates)
 
(No difference)

Latest revision as of 17:49, 12 November 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;
}