openlp/documentation/build/html/_static/stickysidebar.css
2009-07-10 18:19:13 +01:00

20 lines
248 B
CSS

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