doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Fri, 29 Jan 2010 10:13:36 +0000
changeset 865 d33d458149b9
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Move targets round so that those related to syncing the source are all together.

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