Documentation update
This commit is contained in:
29
docs/_static/css/custom.css
vendored
Normal file
29
docs/_static/css/custom.css
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
.class {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.function {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.method {
|
||||
/* border-bottom: 3px solid #d0d0d0; */
|
||||
padding-bottom: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.attribute {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.admonition-todo {
|
||||
color: orangered;
|
||||
border: 3px dashed orangered;
|
||||
}
|
||||
|
||||
section {
|
||||
padding-top: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user