doc/api/_static/stickysidebar.css
author Shabe Razvi <shaber@symbian.org>
Wed, 04 Nov 2009 11:35:53 +0000
changeset 737 12fc0aa86db9
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Override Helium defaults for RVCT checks to allow winscw builds without RVCT

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