doc/api/_static/stickysidebar.css
author Maciej Seroka <maciejs@symbian.org>
Mon, 26 Apr 2010 13:31:53 +0100
changeset 980 00231f60bd0d
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Introduced new property (sf.spec.test.target) for running tests on different targets

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