Skip to content

Commit

Permalink
basic CSS: Add hlist margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 12, 2020
1 parent 0dc6e3a commit 810f37c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinx/themes/basic/static/basic.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ table.field-list td, table.field-list th {

/* -- hlist styles ---------------------------------------------------------- */

table.hlist {
margin: 1em 0;
}

table.hlist td {
vertical-align: top;
}
Expand Down

0 comments on commit 810f37c

Please sign in to comment.