doc/api/_static/stickysidebar.css
author Chetan Kapoor <chetank@symbian.org>
Mon, 26 Apr 2010 16:24:32 +0100
changeset 1003 5de8d98eb9cb
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Adding property sf.spec.prebuilt.excludelist in platform_props.ant.xml

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