Files
pybricks-api/source/_static/css/theme_overrides.css
T
Laurens Valk 7165d69517 doc: add figure caption top margin
also rename Fig. to Figure and add colon between Figure and the text:

(Figure X : Something) instead of (Fig. X Something)

Still one space to many, but better than no colon or margin at all

fixes #121
2019-03-01 16:51:46 +01:00

12 lines
185 B
CSS

div.disclaimer {
margin-top: 12px;
font-size: 10px;
font-style: italic;
}
div.figure p.caption {
padding-top: 0.8em;
}
span.caption-number:after {
content: ": ";
}