doc/api/_static/stickysidebar.css
author Maciej Seroka <maciejs@symbian.org>
Wed, 20 Jan 2010 13:35:35 +0000
changeset 851 82a4f1e453fb
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added smoke test for Media management

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