Skip to content

Commit

Permalink
CSS: more consistent border-spacing in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 11, 2022
1 parent a687281 commit c69cb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ div.body .sidebar dl:not(.glossary) > dt {

table.docutils {
border-collapse: separate;
border-spacing: 5px 0px;
border-spacing: 4px 4px;
}

table.docutils th {
Expand Down

0 comments on commit c69cb91

Please sign in to comment.