doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Mon, 01 Feb 2010 11:35:14 +0000
changeset 868 a2ab739ff0b0
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Updated to ignore messages of the form "Nothing to be done for ..." as these do not represent a problem of any kind at all.

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