mirror of https://gitee.com/openkylin/libvirt.git
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 {
|
||||
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