diff options
-rw-r--r-- | Utilities/Sphinx/static/cmake.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Utilities/Sphinx/static/cmake.css b/Utilities/Sphinx/static/cmake.css index 6303cb1..9e7dfa3 100644 --- a/Utilities/Sphinx/static/cmake.css +++ b/Utilities/Sphinx/static/cmake.css @@ -45,12 +45,14 @@ div.sphinxsidebarwrapper { white-space: nowrap; } -/* Add hanging indent to version-{added,changed} content. */ -div .versionadded > *, -div .versionchanged > * { +/* Add hanging indent to deprecated and version-{added,changed} content. */ +div.deprecated > *, +div.versionadded > *, +div.versionchanged > * { padding-left: 2em; } +div.deprecated > :first-child, div.versionadded > :first-child, div.versionchanged > :first-child { text-indent: -2em; |