doc/api/_static/stickysidebar.css
author Maciej Seroka <maciejs@symbian.org>
Wed, 20 Jan 2010 10:27:12 +0000
changeset 850 0e8b8d588322
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Fixed ats_generate_index.pl to not include the link to Smoke Test Report

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