mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
More CSS fixes.
This commit is contained in:
parent
2bfd15ba89
commit
8ed5fe472c
11
docs/_static/style.css
vendored
11
docs/_static/style.css
vendored
@ -154,7 +154,7 @@ div.body h6 { color: #777; }
|
|||||||
|
|
||||||
div.body h1 { margin: 0 0 10px 0; }
|
div.body h1 { margin: 0 0 10px 0; }
|
||||||
div.body h2,
|
div.body h2,
|
||||||
div.body h3 { margin: 30px 0px 10px 0px; }
|
div.body h3 { margin: 10px 0px 10px 0px; }
|
||||||
div.body h4,
|
div.body h4,
|
||||||
div.body h5,
|
div.body h5,
|
||||||
div.body h6 { margin: 20px 0px 10px 0px; }
|
div.body h6 { margin: 20px 0px 10px 0px; }
|
||||||
@ -244,7 +244,7 @@ div.body li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* weird margins */
|
/* weird margins */
|
||||||
ul > li p {
|
li > p {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -282,6 +282,11 @@ a.toc-backref {
|
|||||||
color: #3e4349;
|
color: #3e4349;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* bold and fix the Parameter, Raises, etc. */
|
||||||
|
dl.field-list > dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
div.danger, div.error {
|
div.danger, div.error {
|
||||||
background-color: #ffe4e4;
|
background-color: #ffe4e4;
|
||||||
border: 1px solid #f66;
|
border: 1px solid #f66;
|
||||||
@ -373,6 +378,8 @@ dd {
|
|||||||
.container.operations::before {
|
.container.operations::before {
|
||||||
content: 'Supported Operations';
|
content: 'Supported Operations';
|
||||||
color: #212224;
|
color: #212224;
|
||||||
|
display: block;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container.operations > dl.describe > dt {
|
.container.operations > dl.describe > dt {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user