doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Thu, 12 Nov 2009 17:46:11 +0000
changeset 766 adc25ece36f0
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added interpretation of recipe "win32def2lib" failing.

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