fix(developer): make WebDAV property table smaller

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen
2025-04-22 16:26:59 +02:00
parent 473f25b00c
commit d7c1d6bada
2 changed files with 44 additions and 27 deletions

View File

@@ -55,6 +55,14 @@
background: rgba(0, 130, 201, 0.1)
}
/* Fix code within tables - remove too big margins */
.rst-content td {
div[class^="highlight"]:last-of-type,
pre.literal-block:last-of-type {
margin-block: 1px !important;
}
}
/* ICONS LIST */
div#list-of-available-icons > blockquote {
margin: 0;