doc/api/_static/stickysidebar.css
author MattD <mattd@symbian.org>
Fri, 05 Mar 2010 19:30:00 +0000
changeset 919 25854ab85b4e
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Catchup of Shabe's Helium7 work.

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