Skip to content

Commit 0c01dc8

Browse files
committed
Restore styling for figures and footnotes
1 parent 1ebfb47 commit 0c01dc8

File tree

1 file changed

+11
-1
lines changed
  • docs/assets/fmriprep-bootcamp-geneva2024/day1-02-bids

1 file changed

+11
-1
lines changed

docs/assets/fmriprep-bootcamp-geneva2024/day1-02-bids/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
.remark-slide-content h3 { font-size: 1.2em; color: #324989; }
4343
.footnote {
4444
position: absolute;
45-
bottom: 3em;
45+
bottom: 0.5em;
4646
font-size: 0.7em;
47+
left: 6em;
4748
}
4849
li p { line-height: 1.25em; }
4950

@@ -341,6 +342,15 @@
341342
.pad-left {
342343
padding-left: 2.0em;
343344
}
345+
figure {
346+
display: block;
347+
margin-left: auto;
348+
margin-right: auto;
349+
font-size: 8pt;
350+
}
351+
figcaption {
352+
text-align: right;
353+
}
344354

345355
</style>
346356
</head>

0 commit comments

Comments
 (0)