Skip to content

Commit

Permalink
fix doc style
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
  • Loading branch information
giampaolo committed Mar 15, 2024
1 parent 49581f8 commit f51f62b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
margin-bottom: 0px !important;
}

.rst-content li {
list-style: outside;
margin-left: 15px;
}

.document td {
padding-bottom: 0px !important;
}
Expand Down Expand Up @@ -536,3 +541,10 @@ div.body div.admonition, div.body div.impl-detail {
.highlight .il {
color: #208050
}

.rst-content pre.literal-block, .rst-content div[class^='highlight'] {
border: 1px solid #e1e4e5;
padding: 0px;
overflow-x: auto;
margin: 1px 0 0px 0;
}

0 comments on commit f51f62b

Please sign in to comment.