doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Thu, 01 Oct 2009 16:20:56 +0100
changeset 557 c6145fb2403d
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Reordered output, so information is presented in a high-level -> low-level way Added basic breakdown by package. Minor improvements to formatting.

/**
 * Sphinx Doc Design -- Sticky sidebar Overrides
 */

div.sphinxsidebar {
    top: 30px;
    left: 0px;
    position: fixed;
    margin: 0;
    float: none;
}

div.related {
    position: fixed;
}

div.documentwrapper {
    margin-top: 30px;
}