doc/api/_static/stickysidebar.css
author MattD <mattd@symbian.org>
Mon, 05 Oct 2009 17:17:06 +0100
changeset 589 a18cdecf36b3
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Creation of 'sf-create-public-PDK' for munging licences in text files. Not tested yet as I've got another build running on this machine, so submitting and kicking via Hudson.

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