diff options
| author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-04 17:09:44 +0100 |
|---|---|---|
| committer | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2022-06-04 17:09:44 +0100 |
| commit | fbd374859ab79de65e7db78377e9824c4352bff1 (patch) | |
| tree | 17cd2776f317347f1159a5b9be41b3c01ada6aae /doc/_themes/sphinx13/static/sphinx13.css | |
| parent | 1e30b8cd4d7a0433e59aec0e2d7fd876bf452076 (diff) | |
| download | sphinx-git-fbd374859ab79de65e7db78377e9824c4352bff1.tar.gz | |
Add `aside.topic` for Docutils 0.18+ (sphinx13)
Diffstat (limited to 'doc/_themes/sphinx13/static/sphinx13.css')
| -rw-r--r-- | doc/_themes/sphinx13/static/sphinx13.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/_themes/sphinx13/static/sphinx13.css b/doc/_themes/sphinx13/static/sphinx13.css index c8fb2e5c9..789a5d4f3 100644 --- a/doc/_themes/sphinx13/static/sphinx13.css +++ b/doc/_themes/sphinx13/static/sphinx13.css @@ -372,7 +372,8 @@ div.quotebar { margin-left: 1em; } -div.topic { +div.topic, +aside.topic { background-color: #f8f8f8; } |
