7 lines
107 B
HTML
7 lines
107 B
HTML
<style>
|
|
/* Display the full TOC */
|
|
#TOC ul ul {
|
|
display: block;
|
|
padding-left: 2em;
|
|
}
|
|
</style> |