doc/api/_static/stickysidebar.css
author Dario Sestito <darios@symbian.org>
Tue, 06 Oct 2009 13:50:26 +0100
changeset 601 3489a650c6fa
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Upload codeline and sf.spec.diamonds.tag as Diamonds tags

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