Improve figures

- Add option to disable border and caption
This commit is contained in:
2021-10-27 09:48:13 -05:00
parent 0cfecdab18
commit 7ffa6c068c
5 changed files with 29 additions and 4 deletions

View File

@ -112,7 +112,7 @@ img, video {
max-width: 100%;
}
img:not(.noborder), video:not(.noborder) {
figure.border img, figure.border video {
padding: 5px;
border: 7px solid #1b5b9b;
}