2017-09-13 03:16:06 +08:00
|
|
|
/* -- Extra CSS styles for Zephyr content (RTD theme) ----------------------- */
|
2017-01-28 08:20:21 +08:00
|
|
|
|
|
|
|
/* make .. hlist:: tables fill the page */
|
|
|
|
table.hlist {
|
|
|
|
width: 95% !important;
|
|
|
|
}
|
2017-02-18 08:24:18 +08:00
|
|
|
|
|
|
|
/* override rtd theme white-space no-wrap in table heading and content */
|
|
|
|
th,td {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
2017-09-13 03:16:06 +08:00
|
|
|
|
|
|
|
/* dbk tweak for doxygen-generated API headings (for RTD theme) */
|
|
|
|
.rst-content dl.group>dt, .rst-content dl.group>dd>p {
|
|
|
|
display:none !important;
|
|
|
|
}
|
|
|
|
.rst-content dl.group {
|
|
|
|
margin: 0 0 12px 0px;
|
|
|
|
}
|
|
|
|
.rst-content dl.group>dd {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
.rst-content p.breathe-sectiondef-title {
|
|
|
|
text-decoration: underline; /* dbk for API sub-headings */
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
.rst-content div.breathe-sectiondef {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
}
|