doc/api/_static/stickysidebar.css
author Arnaud Lenoir
Thu, 25 Mar 2010 16:57:42 +0000
changeset 943 714540e019be
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Update pckg_test_status_patterns.csv with more info to look for tests patterns.

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