11 lines
169 B
PHP
11 lines
169 B
PHP
<style>
|
|
/* Display the full TOC */
|
|
#TOC ul ul {
|
|
display: block;
|
|
padding-left: 2em;
|
|
}
|
|
#influences blockquote p:last-child {
|
|
color: #999;
|
|
}
|
|
</style>
|