forked from openlp/openlp
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;
|
||
|
}
|