mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: define style of code blocks inside descriptions
This commit is contained in:
parent
d2ee3bbfa0
commit
3a77ecac2a
@ -491,3 +491,10 @@ table.acl tr, table.acl td {
|
|||||||
table.acl thead {
|
table.acl thead {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.description pre.code {
|
||||||
|
border: 1px dashed grey;
|
||||||
|
background-color: inherit;
|
||||||
|
padding: 5px 10px 5px 10px;
|
||||||
|
margin-left: 2.5em;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user