mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
use less margin for dd
This commit is contained in:
@@ -1243,3 +1243,16 @@ dl.class > dd {
|
||||
padding-top: 2em;
|
||||
margin-top: -2em;
|
||||
}
|
||||
|
||||
table.docutils td {
|
||||
padding: 3px 8px;
|
||||
}
|
||||
|
||||
table.docutils th {
|
||||
padding: 3px 8px;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.docutils .first.last dd {
|
||||
margin-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user