doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Tue, 16 Mar 2010 11:43:17 +0000
changeset 933 b1c372bfef95
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Adjusted invocation of ConE so it doesn't completely fail if /epoc32/rom/config/ does not exist. Should get the CI build running again.

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