mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
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
12 lines
185 B
CSS
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: ": ";
|
|
}
|