fix figcaption styling
This commit is contained in:
parent
947d4ed983
commit
628a8b3548
1 changed files with 1 additions and 2 deletions
|
@ -373,14 +373,13 @@ figure li {
|
|||
|
||||
figcaption {
|
||||
font-size: 80%;
|
||||
line-height: 125%;
|
||||
font-style: italic;
|
||||
margin: 0 auto;
|
||||
}
|
||||
:not(.floating) > figcaption {
|
||||
width: 75%;
|
||||
}
|
||||
figcaption:first-child { margin-bottom: 0.5em; }
|
||||
figcaption:last-child { margin-top: 0.5em; }
|
||||
|
||||
dt {
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Add table
Reference in a new issue