doc/api/_static/stickysidebar.css
author Simon Howkins <simonh@symbian.org>
Fri, 14 May 2010 15:26:42 +0100
changeset 1031 6660c0312c89
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Bug 2670: binaries_epoc.zip contains megabytes of useless Emulator files Exclude files in \epoc32\data\media from release zip.

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