doc: css: drop Breathe rules

We have dropped Breathe so these rules are just bloating the
CSS file.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-09-05 09:16:43 +02:00 committed by Anas Nashif
commit d5694cd9d8

View file

@ -780,23 +780,6 @@ kbd, .kbd,
background-color: var(--navbar-scrollbar-active-color);
}
/* Breathe tweaks */
.rst-content .section > dl > dd {
margin-left: 0;
}
.rst-content p.breathe-sectiondef-title {
font-size: 115%;
color: var(--link-color);
}
.rst-content dl:not(.docutils) dl:not(.rst-other-versions) dt {
background: var(--admonition-note-background-color) !important;
border-top: none !important;
border-left: none !important;
}
/* Misc tweaks */
.rst-columns {