Toggle menu
2.9K
1.9K
8
24K
Divinity Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Hatnote/styles.css: Difference between revisions

Template page
Alex created the page Template:Hatnote/styles.css using a non-default content model "Sanitized CSS"
 
No edit summary
 
Line 1: Line 1:
 
.hatnote {
font-style: italic;
padding-bottom: 0.4em;
margin-bottom: 0.4em;
border-bottom: 1px solid var(--border-color-subtle, #c8ccd1);
}
.hatnote.no-border {
border-bottom: none;
}

Latest revision as of 03:28, 17 March 2025

.hatnote {
	font-style: italic;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid var(--border-color-subtle, #c8ccd1);
}
.hatnote.no-border {
	border-bottom: none;
}