doc/api/_static/stickysidebar.css
author Tony Butler <tony.butler@nokia.com>
Fri, 04 Jun 2010 15:05:10 +0100
changeset 1056 0d7b12764c40
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Remove hard-coded dependency to lib.path

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