mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 09:35:33 -07:00
Move custom CSS and default highlight language away from include.rst
This commit is contained in:
40
include.rst
40
include.rst
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user