On Dec 14, 10:45 am, Jason S <[email protected]> wrote:
> Let me rephrase my question slightly. What is it about the APSW docs
> that causes the table of contents to disappear during printing?

OK, I asked this question elsewhere and it looks like default.css
@imports basic.css, which has these lines:

@media print {
    div.document,
    div.documentwrapper,
    div.bodywrapper {
        margin: 0 !important;
        width: 100%;
    }

    div.sphinxsidebar,
    div.related,
    div.footer,
    #top-link {
        display: none;
    }
}

The one difference between this basic.css and my basic.css was the
lack of "!important" -- I changed my basic.css and my problem is
solved!

Now to figure out where my basic.css came from, and why it's missing
the "!important"....

--

You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.


Reply via email to