doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Wed, 20 Jan 2010 12:34:36 +0000
changeset 857 c72c6eafadc6
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Added new logic to deal with drive letter allocation when builds are launched from Hudson.

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