doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Tue, 08 Dec 2009 14:07:03 +0000
changeset 817 3f844f503f99
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Restored signifcance of the MS tools not being available, as this only occurs when running a configuration that would try to use them.

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