doc/api/_static/stickysidebar.css
author Shabe Razvi <shaber@symbian.org>
Thu, 08 Oct 2009 19:36:20 +0100
changeset 627 56a1d97e7c73
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Skip sf-compare-to-baseline if sf.spec.publish.enable is false. Update FBF documentation.

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