Widget:IncludeToc

From COMP15212 Wiki
Revision as of 16:48, 14 July 2019 by pc>Yuron
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This widget makes the table of contents show up by negating the CSS in Common.css that hides it.

<style> .toc, #toc { display: inline-block !important; } </style>