mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-10 09:03:07 +00:00
17 lines
187 B
CSS
17 lines
187 B
CSS
/**
|
|
* Sphinx Doc Design -- Right Side Bar Overrides
|
|
*/
|
|
|
|
|
|
div.sphinxsidebar {
|
|
float: right;
|
|
}
|
|
|
|
div.bodywrapper {
|
|
margin: 0 230px 0 0;
|
|
}
|
|
|
|
div.inlinecomments {
|
|
right: 250px;
|
|
}
|