aboutsummaryrefslogtreecommitdiff
path: root/docs/source/_static
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-08 17:26:55 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-12 20:03:01 +0200
commit23415f832cc74b56958f90900d8b55b356678a88 (patch)
tree2cfa1923c77a3a0bab51bc02b83f1c0d5fd09882 /docs/source/_static
parent2915b6d6f96819c294cc4098160ef41975075b0e (diff)
downloadPROJ-23415f832cc74b56958f90900d8b55b356678a88.tar.gz
PROJ-23415f832cc74b56958f90900d8b55b356678a88.zip
Override style of Sphinx versionmodified directives so they stand out more clearly in the text
Diffstat (limited to 'docs/source/_static')
-rw-r--r--docs/source/_static/theme_overrides.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css
index b82d2881..4e612939 100644
--- a/docs/source/_static/theme_overrides.css
+++ b/docs/source/_static/theme_overrides.css
@@ -55,3 +55,16 @@ div.math {
overflow-x: auto;
overflow-y: hidden;
}
+
+/* Override style of versionmodified directives */
+.versionadded {
+ font-style: italic;
+}
+
+.versionchanged {
+ font-style: italic;
+}
+
+.deprecated {
+ font-style: italic;
+}