Skip to content

Commit 3b482c4

Browse files
committed
margin bottom on figure captions only
1 parent f3e3a63 commit 3b482c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,13 @@
5353
div.plugin_latexcaption_caption,
5454
figcaption.plugin_latexcaption_caption {
5555
text-align: center;
56-
margin-bottom: 0.5rem;
5756
font-size: 0.9em;
5857
}
5958

59+
figure.plugin_latexcaption_caption {
60+
margin-bottom: 0.5rem;
61+
}
62+
6063
span.plugin_latexcaption_caption_number {
6164
font-weight: bold;
6265
font-size: 0.9em;

0 commit comments

Comments
 (0)