Jump to content

Hatnote/styles.css: Difference between revisions

From Adaris
Created page with ".hatnote { font-style: italic; padding-bottom: 0.4em; margin-bottom: 0.4em; border-bottom: 1px solid #ccc; } .hatnote.no-border { border-bottom: none; }"
 
Oros changed the content model of the page Hatnote/styles.css from "wikitext" to "Sanitized CSS"
 
(No difference)

Latest revision as of 21:50, 7 September 2024

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