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