Template:Collapsible-section-uw/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
Line 1: Line 1:
.collapsible-header {
.collapsible-header {
background-color: #ddd;
background-color: #ddd;
padding: 0 0 0.5em 0.5em;
padding: 0 0 0 1em;
}
}
.collapsible-body {
.collapsible-body {
background: yellow;
background: yellow;
}
}

Revision as of 09:25, 18 December 2024

.collapsible-header {
	background-color: #ddd;
	padding: 0 0 0 1em;
}
.collapsible-body {
	background: yellow;
}