remove old figure shortcode

This commit is contained in:
panr
2025-03-03 14:26:49 +01:00
parent 19763e94c5
commit 678f079b31
3 changed files with 3 additions and 23 deletions

View File

@ -241,19 +241,12 @@ figure figcaption {
font-size: 1rem;
font-weight: normal;
margin-top: -8px;
padding: 0 8px;
border-radius: 0 0 var(--radius) var(--radius);
}
figure figcaption.left {
text-align: left;
}
figure figcaption.center {
text-align: center;
}
figure figcaption.right {
text-align: right;
figure figcaption p:first-child {
margin-top: 0;
}
ul,