Figure Captions
This style will be applied to the caption of a Figure. The caption inherits the style settings of the surrounding figure.
Selectors
-
Definitions:
figure-caption
Style Settings
Pseudoclasses
Example
// Styles captions with a bold font and
// sets a spacing of 10pt between captions and figures.
figure-caption {
font-weight: bold
margin-top: 10pt
}