Line 7: |
Line 7: |
| */ | | */ |
| #toc { float: right }; | | #toc { float: right }; |
| + | |
| + | /* |
| + | In some cases, like the FAQ, we do want the TOC to be inline |
| + | and not a float, so make a style that "undoes" the change above. |
| + | Then use it like "<div class="tocinline">__TOC__</div>" |
| + | */ |
| + | .tocinline, .toc { float: none }; |