Move custom CSS and default highlight language away from include.rst

This commit is contained in:
RichardG867
2022-03-19 16:04:12 -03:00
parent 7ac62f7cdf
commit 48bfdb243b
9 changed files with 56 additions and 54 deletions

View File

@@ -54,43 +54,3 @@
.. |storage_controllers_small| image:: /usage/images/storage_controllers_small.png
.. |zip| image:: /usage/images/zip.png
.. |zip_small| image:: /usage/images/zip_small.png
.. raw:: html
<style>
h1 > img {
padding-right: 5px;
}
h2 > img {
padding-right: 5px;
}
div.admonition > p:nth-child(2) {
margin-bottom: 0;
}
.wy-table-responsive table td {
white-space: normal;
}
.rst-content table.docutils caption {
padding-top: 0;
font-family: monospace;
font-style: normal;
}
table.docutils > tbody > tr > td > ul {
margin-bottom: 0 !important;
}
table.docutils > tbody > tr > td > ul > li > p {
font-size: inherit;
}
table.docutils > tbody > tr > td > div.wy-table-responsive {
margin-top: 0.5em;
margin-bottom: 0;
}
tr.row-odd > td {
background-color: #fcfcfc !important;
}
.vertical-text {
transform: rotate(270deg);
}
</style>
.. highlight:: c