Merge pull request #10521 from AA-Turner/topic-sphinx13

Add `aside.topic` for Docutils 0.18+ (sphinx13)
This commit is contained in:
Takeshi KOMIYA 2022-06-06 23:15:15 +09:00 committed by GitHub
commit 34c5caf116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -372,7 +372,8 @@ div.quotebar {
margin-left: 1em;
}
div.topic {
div.topic,
aside.topic {
background-color: #f8f8f8;
}