diff options
| author | Clément Pit-Claudel | 2018-12-03 12:12:45 -0500 |
|---|---|---|
| committer | Clément Pit-Claudel | 2018-12-03 12:12:45 -0500 |
| commit | fe81b1a6f813fe21f0cc21ede761acae64c7b026 (patch) | |
| tree | aa41144b404abccb24513ed6fe05a3b379e55fdf /doc/sphinx/_static/notations.css | |
| parent | 0f0caf884d54fd81e0394dcedf0b77aaf8b19045 (diff) | |
| parent | c01490985794c3ddaad4b9fa2b951a0b8599bdea (diff) | |
Merge PR #9121: Closes #9118: single backticks are made equivalent to double backticks; try to fix all misuses.
Diffstat (limited to 'doc/sphinx/_static/notations.css')
| -rw-r--r-- | doc/sphinx/_static/notations.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css index f899945a35..dcb47d1786 100644 --- a/doc/sphinx/_static/notations.css +++ b/doc/sphinx/_static/notations.css @@ -60,9 +60,10 @@ margin-right: 0.4em; /* Space for the right half of the sub- and sup-scripts */ } -.notation .hole { +.notation .hole, .std-token .pre { color: #4e9a06; font-style: italic; + font-weight: bold; } /***********************/ |
