diff options
| author | 2022-11-05 14:20:05 +0000 | |
|---|---|---|
| committer | 2022-11-05 14:20:05 +0000 | |
| commit | a04595198ded086fa2f39201ca5f9afa2f696d4a (patch) | |
| tree | 5992e0ee4d197f9c31d3f4e8ffabbed09c41773a /v7.4.0-beta1/_static/basic.css | |
| parent | Deploying to docs from @ python-discord/bot-core@6ae78684ee0e61d8a6ad8bb779ea... (diff) | |
Deploying to docs from @ python-discord/bot-core@3f55e7149a3197b7fa41fcf7dc7df47a3a209cfd 🚀
Diffstat (limited to 'v7.4.0-beta1/_static/basic.css')
| -rw-r--r-- | v7.4.0-beta1/_static/basic.css | 47 | 
1 files changed, 24 insertions, 23 deletions
diff --git a/v7.4.0-beta1/_static/basic.css b/v7.4.0-beta1/_static/basic.css index eeb0519a..4e9a9f1f 100644 --- a/v7.4.0-beta1/_static/basic.css +++ b/v7.4.0-beta1/_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,15 @@ 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 +371,8 @@ 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 +380,8 @@ div.admonition > :last-child {  div.sidebar::after,  aside.sidebar::after, +nav.contents::after, +aside.topic::after,  div.topic::after,  div.admonition::after,  blockquote::after { @@ -608,19 +606,26 @@ ol.simple p,  ul.simple p {      margin-bottom: 0;  } -dl.footnote > dt, -dl.citation > dt { +aside.footnote > span, +div.citation > span {      float: left; -    margin-right: 0.5em;  } - -dl.footnote > dd, -dl.citation > dd { +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { +  padding-right: 0.5em; +} +aside.footnote > p { +  margin-left: 2em; +} +div.citation > p { +  margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type {      margin-bottom: 0em;  } - -dl.footnote > dd:after, -dl.citation > dd:after { +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after {      content: "";      clear: both;  } @@ -636,10 +641,6 @@ dl.field-list > dt {      padding-left: 0.5em;      padding-right: 5px;  } -dl.field-list > dt:after { -    content: ":"; -} -  dl.field-list > dd {      padding-left: 0.5em;  |