Template:Collapsible-section-uw/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
border-bottom-width: 0; | border-bottom-width: 0; | ||
border-bottom-color: transparent; | border-bottom-color: transparent; | ||
line-height: | line-height: 34px; | ||
padding: 0; | padding: 0; | ||
} | } | ||
Revision as of 09:41, 18 December 2024
.collapsible-box {
margin-bottom: 5px;
}
.collapsible-box h2 {
border-bottom-style: none;
border-bottom-width: 0;
border-bottom-color: transparent;
line-height: 34px;
padding: 0;
}
.collapsible-header {
background-color: #ddd;
padding: 0.5em 1em;
border-radius: 5px;
border: 1px solid black;
}
.collapsible-body {
padding: 0.5em;
margin-bottom: 20px;
}