Skip to content

Commit

Permalink
style: center all captions
Browse files Browse the repository at this point in the history
Resolves #238
  • Loading branch information
hollasch committed Nov 2, 2019
1 parent 89a23df commit 1f7cb3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ body {

.md div.listingcaption {
margin-left: 3ex;
text-align: center;
}

.md div.listingcaption kbd {
Expand All @@ -148,11 +149,14 @@ body {
width: 72ex;
}

.md div.imagecaption {
text-align: center;
.md div.image {
margin-bottom: 1em;
}

.md span.imagecaption {
text-align: center;
}


/* -------------------------------------------------------------------------------------------------
** Print Styling
Expand Down

0 comments on commit 1f7cb3c

Please sign in to comment.