doc/api/_static/stickysidebar.css
author andy simpson <andrews@symbian.org>
Fri, 08 Jan 2010 16:19:57 +0000
changeset 839 57b0cd458573
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added tag PDK_3.0.e for changeset a1ebf7f8e66f

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