You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- div.code-out > div.highlight > pre {
- background-color: #d3effd !important;
- }
-
- .autosummary.longtable.docutils.align-default {
- width: 100%;
- }
-
- .autosummary.longtable.docutils.align-default td {
- word-wrap: break-word;
- white-space: normal;
- }
-
- .row-odd td:first-child .pre {
- font-size: 110%;
- color: #4682B4;
- }
-
- .row-even td:first-child .pre {
- font-size: 110%;
- color: #4682B4;
- }
-
- .autosummary.longtable.docutils.align-default td:first-child {
- width: 30%;
- text-align: left;
- }
|