doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Mon, 12 Oct 2009 14:01:45 +0100
changeset 652 7c066cc959c2
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added lists of error messages themselves, categorised by phase, step, ...

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