-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed c54ec46 with MkDocs version: 1.4.2
- Loading branch information
0 parents
commit 76484cc
Showing
99 changed files
with
139,297 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
h5.doc.doc-heading { | ||
font-size: 20px; | ||
} | ||
|
||
.class-attribute-entry { | ||
padding: 10px 10px !important; | ||
} | ||
|
||
.class-attribute-entry .highlight.language-python { | ||
font-size: 14px; | ||
} | ||
|
||
.class-attribute-entry .doc-label-instance-attribute { | ||
font-size: 14px; | ||
} | ||
|
||
/* | ||
| Overwrite certain CSS attributes on source code blocks inside tables to fix styling issues. | ||
*/ | ||
|
||
.inner-table-code-block-overwrite details { | ||
margin: 1.5625em 0 !important; | ||
} | ||
|
||
.inner-table-code-block-overwrite table.highlighttable tr { | ||
display: flex !important; | ||
} | ||
|
||
.inner-table-code-block-overwrite table.highlighttable tr td { | ||
border-top: none !important; | ||
} | ||
|
||
.inner-table-code-block-overwrite table.highlighttable tr td:first-child { | ||
padding: .7720588235em 0 .7720588235em 1.1764705882em !important; | ||
} | ||
|
||
.inner-table-code-block-overwrite table.highlighttable tr td:not(:first-child) { | ||
padding: 0 !important; | ||
} |
Oops, something went wrong.