doc/api/_static/stickysidebar.css
author Maciej Seroka <maciejs@symbian.org>
Tue, 12 Jan 2010 11:46:00 +0000
changeset 844 385ad61f2ab3
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added tool for generating the top-level index for BC test reports

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