mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
docs: Add bold style for <dt><code> elements
Add bolding for <dt><code> elements to make them "stick out" on the page rather that just a stream of text where the elements only differ by slightly different font style.
This commit is contained in:
parent
61b070cf20
commit
1e733c1928
@ -27,6 +27,10 @@ dt {
|
|||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dt code {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
dl dd {
|
dl dd {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
margin-right: 2em;
|
margin-right: 2em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user