doc/api/_static/stickysidebar.css
author andy simpson <andrews@symbian.org>
Wed, 20 Jan 2010 15:28:29 +0000
changeset 853 bde28f2b1d99
parent 432 f2ddfa555b0f
permissions -rw-r--r--
updated version of sysdefdowngrade.xsl from BobR

/**
 * 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;
}