Skip to content

Commit

Permalink
Fix capitalized property descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Szymon Karpiński <skarpinski@nvidia.com>
  • Loading branch information
szkarpinski committed Jan 19, 2024
1 parent 3aefbc9 commit 042bc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
border-top: solid 3px rgba(59,93,0,1);
}

html.writer-html4 .rst-content dl:not(.docutils) .property, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property {
html.writer-html4 .rst-content dl:not(.docutils):not(.py) .property, html.writer-html5 .rst-content dl[class]:not(.py):not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property {
text-transform: capitalize;
display: inline-block;
padding-right: 8px;
Expand Down

0 comments on commit 042bc73

Please sign in to comment.