| @@ -1,8 +1,12 @@ | ||
| 1 | 1 | .simpletoc { |
| 2 | 2 | margin-bottom: 1em; |
| 3 | 3 | } |
| 4 | 4 | |
| 5 | +.simpletoc-accordion-heading { | |
| 6 | + margin: 0; | |
| 7 | +} | |
| 8 | + | |
| 5 | 9 | .simpletoc-collapsible { |
| 6 | 10 | background-color: #eee; |
| 7 | 11 | color: #444; |
| 8 | 12 | cursor: pointer; |
| @@ -46,5 +50,4 @@ | ||
| 46 | 50 | max-height: 0; /* Initial state for collapsed content */ |
| 47 | 51 | border-bottom-right-radius: 5px; |
| 48 | 52 | border-bottom-left-radius: 5px; |
| 49 | 53 | } |
| 50 | - | |