mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
fix(developer): make WebDAV property table smaller
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user