diff options
Diffstat (limited to 'Utilities/Sphinx/static/cmake.css')
-rw-r--r-- | Utilities/Sphinx/static/cmake.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Utilities/Sphinx/static/cmake.css b/Utilities/Sphinx/static/cmake.css new file mode 100644 index 0000000..2a326d4 --- /dev/null +++ b/Utilities/Sphinx/static/cmake.css @@ -0,0 +1,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; +} |