doc/api/_static/stickysidebar.css
author Louis Henry Nayegon <louisn@symbian.org>
Thu, 15 Oct 2009 15:59:16 +0100
changeset 674 980808d9c08e
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Add standard C++ tests to the build

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