Matt Lundin <[email protected]> writes:
> On this one page, I think we need a simple (non-js) table-of-contents.
> Is there a way to override the hidden toc for this page only?
Yes, by either adding a stylesheet that undoes the hiding or by not
including the part of the stylesheet that hides the toc in the first
place. For the FAQ I'd think a two column layout with the index to the
left would be good, so you'd just have to adjust the float placement and
visibility. So as override (untested):
#table-of-contents {
position: fixed;
left: 0em;
width: 20%;
text-align: left;
max-height: 100%;
}
#table-of-contents #text-table-of-contents {
display: block;
padding: 0.5em;
margin-top: -1.5em;
}
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode