diff options
| author | Jim Fehrle | 2020-04-21 13:13:43 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-04-29 01:05:39 -0700 |
| commit | 99e239172dbd384418500554a6d8b4a058c3545b (patch) | |
| tree | 27ea776f2144b6b0f324d372ee27076198447bc4 /doc/sphinx/_static/notations.css | |
| parent | 51a938a260d989f11fb1cd1d7a0205c6183f3809 (diff) | |
Support in-line glossary entries and references
with an index
Diffstat (limited to 'doc/sphinx/_static/notations.css')
| -rw-r--r-- | doc/sphinx/_static/notations.css | 8 |
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; |
