style/worg.css: Display TOC on top * style/worg.css (@media all #table-of-contents): Avoid page text being shown on top of TOC overlay.
1 files changed, 1 insertions(+), 0 deletions(-) M style/worg.css
M style/worg.css => style/worg.css +1 -0
@@ 73,6 73,7 @@ /* TOC inspired by http://jashkenas.github.com/coffee-script */ #table-of-contents { + z-index: 1; margin-top: 105px; font-size: 10pt; font-family:sans-serif;