diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-08 17:26:55 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-04-08 17:26:55 +0200 |
| commit | 3bcd7bb02392d6ecda5b2a49854d855c92bfcbd4 (patch) | |
| tree | 2cfa1923c77a3a0bab51bc02b83f1c0d5fd09882 /docs | |
| parent | b4b15d0c455662a86aaf7c8a5fd1438af6a21698 (diff) | |
| download | PROJ-3bcd7bb02392d6ecda5b2a49854d855c92bfcbd4.tar.gz PROJ-3bcd7bb02392d6ecda5b2a49854d855c92bfcbd4.zip | |
Override style of Sphinx versionmodified directives so they stand out more clearly in the text
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/_static/theme_overrides.css | 13 |
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; +} |
