diff options
Diffstat (limited to 'v9.4.1/_static/basic.css')
-rw-r--r-- | v9.4.1/_static/basic.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/v9.4.1/_static/basic.css b/v9.4.1/_static/basic.css index 4e9a9f1f..7577acb1 100644 --- a/v9.4.1/_static/basic.css +++ b/v9.4.1/_static/basic.css @@ -4,7 +4,7 @@ * * Sphinx stylesheet -- basic theme. * - * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. + * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ @@ -324,6 +324,7 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } + nav.contents, aside.topic, div.admonition, div.topic, blockquote { @@ -331,6 +332,7 @@ div.admonition, div.topic, blockquote { } /* -- topics ---------------------------------------------------------------- */ + nav.contents, aside.topic, div.topic { @@ -606,6 +608,7 @@ ol.simple p, ul.simple p { margin-bottom: 0; } + aside.footnote > span, div.citation > span { float: left; |