mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
28 lines
607 B
CSS
28 lines
607 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: ": ";
|
|
}
|
|
|
|
/*
|
|
Make the rubric look like the H3 header.
|
|
|
|
This way, we can add headings to organize classes
|
|
with many methods, without affecting how the methods
|
|
and attributes look or how they are indented.
|
|
|
|
*/
|
|
.rst-content p.rubric {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #404040;
|
|
font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif;
|
|
margin-bottom: 24px !important;
|
|
}
|