python-cx_Oracle/html/_static/stickysidebar.css
Anthony Tuininga 4ce7d7955e Transformed documentation to new format using restructured text. Thanks to
Waldemar Osuch for contributing the initial draft of the new documentation.
2008-05-22 15:00:39 +00:00

19 lines
241 B
CSS

/**
* Sphinx Doc Design -- Sticky Sidebar Overrides
*/
div.sidebar {
top: 30px;
left: 0px;
position: fixed;
margin: 0;
float: none;
}
div.related {
position: fixed;
}
div.documentwrapper {
margin-top: 30px;
}