Skip to content

Commit

Permalink
Add left indent for definition lists
Browse files Browse the repository at this point in the history
Use padding to make the lists stand out from surrounding text.
  • Loading branch information
sftim committed Sep 27, 2021
1 parent cf24e42 commit 52c9ddd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -642,3 +642,11 @@ body.td-documentation {
font-size: inherit !important;
}
}

dl {
padding-left: 1.5em;
}

dl > dt {
margin-top: 1.5em;
}

0 comments on commit 52c9ddd

Please sign in to comment.