doc/api/_static/stickysidebar.css
author Dario Sestito <darios@symbian.org>
Thu, 11 Feb 2010 15:23:47 +0000
changeset 888 5cd45cbf7622
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Fix version of new mwccsym2 is reported as N.A.

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