diff options
| author | 2023-03-02 23:02:13 +0000 | |
|---|---|---|
| committer | 2023-03-02 23:02:13 +0000 | |
| commit | c66eb62f0857d4f406ee0df67ded1e2be94817b4 (patch) | |
| tree | cddb25fd650caec36e208e24d804bf596fec20fb /v7.4.0-beta1/_static/basic.css | |
| parent | Deploying to docs from @ python-discord/bot-core@19d75111d5e6b0237381bfd39d20... (diff) | |
Deploying to docs from @ python-discord/bot-core@79b8734b5cd5c1d9d884a0e21152c3349e196bff 🚀
Diffstat (limited to 'v7.4.0-beta1/_static/basic.css')
| -rw-r--r-- | v7.4.0-beta1/_static/basic.css | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/v7.4.0-beta1/_static/basic.css b/v7.4.0-beta1/_static/basic.css index 4e9a9f1f..7577acb1 100644 --- a/v7.4.0-beta1/_static/basic.css +++ b/v7.4.0-beta1/_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;  |