openlp/documentation/build/html/_static/stickysidebar.css

20 lines
248 B
CSS
Raw Normal View History

2009-07-10 17:19:13 +00:00
/**
* 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;
}