Skip to content

Commit 463d4b2

Browse files
committed
Book styling for images and captions
Resolves #12
1 parent cc2d5d8 commit 463d4b2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

style/book.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ div.warning p.title {
2727
font-weight: bold;
2828
color: red;
2929
}
30+
31+
/* Images and Figures */
32+
33+
.md img {
34+
margin-top: 1.5em;
35+
width: 72ex;
36+
}
37+
38+
.md div.imagecaption {
39+
text-align: center;
40+
margin-bottom: 1em;
41+
}

0 commit comments

Comments
 (0)