Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pyansys_sphinx_theme/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,16 @@
i.fa-github-square:before {
color: #ffffff !important;
}

/* Increase empty-space around classes, methods, properties, etc. that are descendants
of other items */
dl.class dl.py {
margin-top: 2.5em;
margin-bottom: 2.5em;
}

/* Reduce empty-space around Notes and Examples headings */
p.rubric {
margin-top: 0.75em;
margin-bottom: 0.75em;
}