diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2020-06-15 16:48:16 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-25 11:44:21 -0500 |
| commit | e7923c068ec62d4426af4b4ecc8fabe378b0f067 (patch) | |
| tree | ae346b4fd22761857cdf5099340089cd3e6d5002 /docs/static | |
| parent | 103ad9966a1c871fe06f2222bd0226bbd81fffba (diff) | |
docs: Explain our shift in terminology
Diffstat (limited to 'docs/static')
| -rw-r--r-- | docs/static/customstyle.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/static/customstyle.css b/docs/static/customstyle.css index 6c964b762..3c0bc8424 100644 --- a/docs/static/customstyle.css +++ b/docs/static/customstyle.css @@ -24,3 +24,7 @@ overflow: visible !important; } } + +.strike { + text-decoration: line-through; +} |
