|
|
Line 1: |
Line 1: |
| | | /* |
| | * Hide the content of the Table of Contents by default, |
| | * but keep the heading and the "show/hide" button visible. |
| | */ |
| | .toc ul { |
| | display: none; |
| | } |
/*
* Hide the content of the Table of Contents by default,
* but keep the heading and the "show/hide" button visible.
*/
.toc ul {
display: none;
}