doc/api/_static/stickysidebar.css
author MattD <mattd@symbian.org>
Tue, 29 Sep 2009 15:47:55 +0100
changeset 540 e37b9237bb86
parent 432 f2ddfa555b0f
permissions -rw-r--r--
sf.spec.bccheck.enable - Disabling BC check as default, as it's not required after every build and can be kicked seperately using 'sf-test-bc-check' target on a clean machine.

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