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;
|
||||
}
|
||||
|
||||
dl.class, dl.function {
|
||||
dl.class {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
@ -347,10 +347,14 @@ dl.method > dt,
|
||||
dl.class > dt,
|
||||
dl.exception > dt {
|
||||
background-color: #f5f5f5;
|
||||
margin: 25px 0 10px 0;
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.container.operations {
|
||||
padding: 10px;
|
||||
border: 1px solid #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user