aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/_static/notations.css
diff options
context:
space:
mode:
authorClément Pit-Claudel2020-04-29 09:38:17 -0400
committerClément Pit-Claudel2020-04-29 09:38:17 -0400
commit5f7225bdec12f6d22a789625dc877efb219bcff1 (patch)
treec3d1049aae0e918c4534ca15eef8d64a64dff0de /doc/sphinx/_static/notations.css
parent350865002815ab1e9fd8056b210c5ffcac115bfa (diff)
parent99e239172dbd384418500554a6d8b4a058c3545b (diff)
Merge PR #12150: Support in-line glossary definitions and references with an index
Ack-by: Zimmi48
Diffstat (limited to 'doc/sphinx/_static/notations.css')
-rw-r--r--doc/sphinx/_static/notations.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css
index 733a73bd21..9546f7107e 100644
--- a/doc/sphinx/_static/notations.css
+++ b/doc/sphinx/_static/notations.css
@@ -215,6 +215,14 @@
margin-bottom: 0.28em;
}
+.term-defn {
+ font-style: italic;
+}
+
+.std-term {
+ color: #2980B9; /* override if :visited */
+}
+
/* We can't display nested blocks otherwise */
code, .rst-content tt, .rst-content code {
background: transparent !important;