forked from openlp/openlp
20 lines
248 B
CSS
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;
|
|
}
|