summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/static
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Sphinx/static')
-rw-r--r--Utilities/Sphinx/static/cmake.css8
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;
+}