diff options
author | 2022-06-28 12:03:01 +0000 | |
---|---|---|
committer | 2022-06-28 12:03:01 +0000 | |
commit | 49384c7aab72ead973462e535fcbabb488af0a5f (patch) | |
tree | aaa74d740539c85e40218a957152bbd470423bea /main/_static/basic.css | |
parent | Deploying to docs from @ python-discord/bot-core@109da8bdde367e85d334b8f96dfa... (diff) |
Deploying to docs from @ python-discord/bot-core@149e278d3b6111a6f45f31e993114b38745bb545 🚀
Diffstat (limited to 'main/_static/basic.css')
-rw-r--r-- | main/_static/basic.css | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/main/_static/basic.css b/main/_static/basic.css index 7d5974c3..08896771 100644 --- a/main/_static/basic.css +++ b/main/_static/basic.css @@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote { a.headerlink { visibility: hidden; } -a.brackets:before, -span.brackets > a:before{ - content: "["; -} - -a.brackets:after, -span.brackets > a:after { - content: "]"; -} - h1:hover > a.headerlink, h2:hover > a.headerlink, @@ -334,11 +324,17 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } +nav.contents, +aside.topic, + div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ +nav.contents, +aside.topic, + div.topic { border: 1px solid #ccc; padding: 7px; @@ -377,6 +373,9 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, + div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -384,6 +383,9 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, +nav.contents::after, +aside.topic::after, + div.topic::after, div.admonition::after, blockquote::after { |