mirror of
https://github.com/logos-storage/deluge.git
synced 2026-05-04 00:23:08 +00:00
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;
|
||
|
|
}
|