mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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;
|
|
}
|