doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Mon, 02 Nov 2009 22:23:26 +0000
changeset 744 22e6c7258a80
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added call to munge license headers at the top of the postbuild phase, so it should be done within the platorm build.

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