doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Thu, 28 Jan 2010 13:59:40 +0000
changeset 861 caa0601f50c5
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added stopwatch tasks through most of the code hit during a platform 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;
}