9 lines
229 B
CSS
9 lines
229 B
CSS
|
/* Import the Sphinx theme style. */
|
||
|
@import url("default.css");
|
||
|
|
||
|
/* Wrap sidebar content even within words so that long
|
||
|
document names do not escape sidebar borders. */
|
||
|
div.sphinxsidebarwrapper {
|
||
|
word-wrap: break-word;
|
||
|
}
|