summaryrefslogtreecommitdiff
path: root/Utilities/Sphinx/static/cmake.css
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Sphinx/static/cmake.css')
-rw-r--r--Utilities/Sphinx/static/cmake.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/Sphinx/static/cmake.css b/Utilities/Sphinx/static/cmake.css
index b082edec8d..029eb1b2fc 100644
--- a/Utilities/Sphinx/static/cmake.css
+++ b/Utilities/Sphinx/static/cmake.css
@@ -16,3 +16,9 @@ div.sphinxsidebarwrapper {
.literal-block a.reference.internal {
background-color: #dfdfdf;
}
+
+/* Remove unwanted margin in case list item contains a div-wrapping
+ directive like `.. versionadded` or `.. deprecated`. */
+dd > :first-child > p {
+ margin-top: 0px;
+}