diff options
| author | 2022-06-28 12:03:01 +0000 | |
|---|---|---|
| committer | 2022-06-28 12:03:01 +0000 | |
| commit | 49384c7aab72ead973462e535fcbabb488af0a5f (patch) | |
| tree | aaa74d740539c85e40218a957152bbd470423bea /v7.1.2/_static | |
| parent | Deploying to docs from @ python-discord/bot-core@109da8bdde367e85d334b8f96dfa... (diff) | |
Deploying to docs from @ python-discord/bot-core@149e278d3b6111a6f45f31e993114b38745bb545 🚀
Diffstat (limited to 'v7.1.2/_static')
| -rw-r--r-- | v7.1.2/_static/basic.css | 22 | ||||
| -rw-r--r-- | v7.1.2/_static/skeleton.css | 4 | 
2 files changed, 14 insertions, 12 deletions
| diff --git a/v7.1.2/_static/basic.css b/v7.1.2/_static/basic.css index 7d5974c3..08896771 100644 --- a/v7.1.2/_static/basic.css +++ b/v7.1.2/_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 { diff --git a/v7.1.2/_static/skeleton.css b/v7.1.2/_static/skeleton.css index b1b15528..01231167 100644 --- a/v7.1.2/_static/skeleton.css +++ b/v7.1.2/_static/skeleton.css @@ -284,13 +284,13 @@ article {    }  } -@media (min-width: 90rem) { +@media (min-width: 88rem) {    .sb-footer-content__inner,    .drop-secondary-sidebar-for-full-width-content [role="main"],    .drop-secondary-sidebar-for-full-width-content .match-content-width {      width: 67rem;    }    .sb-page-width { -    width: 90rem; +    width: 88rem;    }  } | 
