blob: 2a326d47dda1d74f20aa6d7a65e27ffae26f08c3 (
plain)
1
2
3
4
5
6
7
8
  | 
/* 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;
}
  |