Template:Hatnote/styles.css: Difference between revisions

From Ymirheim Wiki
(Created page with ".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; }")
 
No edit summary
Line 8: Line 8:
.hatnote.no-border {
.hatnote.no-border {
border-bottom: none;
border-bottom: none;
}
.mw-parser-output div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
}

Revision as of 10:37, 5 October 2021

.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;
}
.mw-parser-output div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}