mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
[docs] Update Sphinx and Fix various references
Co-Authored-By: Riley Shaw <30989490+ShineyDev@users.noreply.github.com>
This commit is contained in:
9
docs/_static/style.css
vendored
9
docs/_static/style.css
vendored
@ -772,8 +772,7 @@ li > blockquote {
|
||||
|
||||
/* admonitions */
|
||||
div.admonition {
|
||||
padding: 0 0.8em;
|
||||
padding-bottom: 0.8em;
|
||||
padding: 0 0.8em 0.8em 0.8em !important;
|
||||
margin: 0.8em 0;
|
||||
border-radius: 2.5px;
|
||||
border-left-width: 6px;
|
||||
@ -783,7 +782,7 @@ div.admonition {
|
||||
|
||||
p.admonition-title {
|
||||
font-weight: bold;
|
||||
margin: 0 -0.8rem;
|
||||
margin: 0 -0.8rem !important;
|
||||
padding: 0.4rem 0.6rem 0.4rem 2.5rem;
|
||||
position: relative;
|
||||
-moz-user-select: none;
|
||||
@ -1142,6 +1141,10 @@ table.docutils tbody tr td ol.last {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.align-default {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
/* hide the welcome text */
|
||||
section#welcome-to-discord-py > h1 {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user