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