doc/api/_static/stickysidebar.css
author Maciej Seroka <maciejs@symbian.org>
Thu, 28 Jan 2010 17:06:02 +0000
changeset 863 4a6ed95640ad
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Removed changes in build.test.xml to copy smoketest source to EPOCROOT

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