doc/api/_static/stickysidebar.css
author andy.simpson <andrews@symbian.org>
Tue, 15 Dec 2009 14:31:00 +0000
changeset 832 9b2bf01d4d36
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added tag PDK_3.0.d for changeset b9c988316957

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