mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-07 02:21:54 +00:00
Less unnecessary padding around functions.
This commit is contained in:
parent
497be35d5f
commit
9074bea234
8
docs/_static/style.css
vendored
8
docs/_static/style.css
vendored
@ -335,7 +335,7 @@ span.pre {
|
|||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.class, dl.function {
|
dl.class {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,10 +347,14 @@ dl.method > dt,
|
|||||||
dl.class > dt,
|
dl.class > dt,
|
||||||
dl.exception > dt {
|
dl.exception > dt {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
margin: 25px 0 10px 0;
|
|
||||||
padding: 1px 10px;
|
padding: 1px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.container.operations {
|
.container.operations {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user