diff --git a/docs/libvirt.css b/docs/libvirt.css index d2e1842b62..2fe123395c 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -574,3 +574,8 @@ ul.news-section-content li dl dd { margin-top: 0.5em; margin-bottom: 0.5em; } + +.literal, code { + font-family: monospace; + background: #eeeeee; +}