Skip to content

Commit

Permalink
Add default dl styling
Browse files Browse the repository at this point in the history
  • Loading branch information
robinwhittleton committed Nov 8, 2022
1 parent 43b52d3 commit a7cc7d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/epub/css/local.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,15 @@ footer{
margin-top: 1em;
text-align: right;
}

dl{
margin: 1em 0;
}

dd{
margin-left: 40px;
}

dd + dt{
margin-top: 1em;
}

0 comments on commit a7cc7d6

Please sign in to comment.