aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-09-21 19:38:33 -0400
committerRapptz <[email protected]>2017-09-21 19:38:33 -0400
commit8ed5fe472cffb7575f2366c8b52fd9e7e855aa8d (patch)
tree947af82d83878fcf542935fb8ca07bc8da6bbd33 /docs/_static/style.css
parentFix weird margins with unordered lists in the HTML5 output. (diff)
downloaddiscord.py-8ed5fe472cffb7575f2366c8b52fd9e7e855aa8d.tar.xz
discord.py-8ed5fe472cffb7575f2366c8b52fd9e7e855aa8d.zip
More CSS fixes.
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 85d7561a..ae010c11 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -154,7 +154,7 @@ div.body h6 { color: #777; }
div.body h1 { margin: 0 0 10px 0; }
div.body h2,
-div.body h3 { margin: 30px 0px 10px 0px; }
+div.body h3 { margin: 10px 0px 10px 0px; }
div.body h4,
div.body h5,
div.body h6 { margin: 20px 0px 10px 0px; }
@@ -244,7 +244,7 @@ div.body li {
}
/* weird margins */
-ul > li p {
+li > p {
margin: 2px;
}
@@ -282,6 +282,11 @@ a.toc-backref {
color: #3e4349;
}
+/* bold and fix the Parameter, Raises, etc. */
+dl.field-list > dt {
+ font-weight: bold;
+}
+
div.danger, div.error {
background-color: #ffe4e4;
border: 1px solid #f66;
@@ -373,6 +378,8 @@ dd {
.container.operations::before {
content: 'Supported Operations';
color: #212224;
+ display: block;
+ padding-bottom: 5px;
}
.container.operations > dl.describe > dt {