mirror of
https://github.com/google/bumble.git
synced 2026-04-28 02:24:49 +00:00
Deployed 6ac91f7 with MkDocs version: 1.2
This commit is contained in:
16
assets/_mkdocstrings.css
Normal file
16
assets/_mkdocstrings.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
/* Don't capitalize names. */
|
||||
h5.doc-heading {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
/* Avoid breaking parameters name, etc. in table cells. */
|
||||
.doc-contents td code {
|
||||
word-break: normal !important;
|
||||
}
|
||||
|
||||
/* For pieces of Markdown rendered in table cells. */
|
||||
.doc-contents td p {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user