From 99e239172dbd384418500554a6d8b4a058c3545b Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Tue, 21 Apr 2020 13:13:43 -0700 Subject: Support in-line glossary entries and references with an index --- doc/sphinx/_static/notations.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/sphinx/_static/notations.css') 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; -- cgit v1.2.3