doc/api/_static/rightsidebar.css
author Simon Howkins <simonh@symbian.org>
Fri, 02 Oct 2009 16:19:09 +0100
changeset 576 7be9799d1a41
parent 432 f2ddfa555b0f
permissions -rw-r--r--
Pre-emptive performance fix - avoid having to read the complete log file into memory at the same time before processing it.

/**
 * Sphinx Doc Design -- Right Side Bar Overrides
 */


div.sphinxsidebar {
    float: right;
}

div.bodywrapper {
    margin: 0 230px 0 0;
}

div.inlinecomments {
    right: 250px;
}