mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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;
|
||||
}
|
||||
|
||||
dt code {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dl dd {
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
|
Loading…
Reference in New Issue
Block a user