doc/api/_static/stickysidebar.css
author MattD <mattd@symbian.org>
Tue, 29 Sep 2009 15:52:07 +0100
changeset 544 1c8f428c059f
parent 432 f2ddfa555b0f
permissions -rw-r--r--
sf.spec.bccheck.enable - Added comment into common_props.ant.xml to explain how the value is used.

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