mirror of
https://github.com/roytam1/palemoon26.git
synced 2026-05-27 10:41:06 +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;
|
|
}
|