From: John Ferlan Date: Thu, 21 Apr 2016 11:54:30 +0000 (-0400) Subject: docs: Add bold style for
elements X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1e733c1928d102a4eab362c52b9dd944ee321db7;p=libvirt.git docs: Add bold style for
elements Add bolding for
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. --- diff --git a/docs/generic.css b/docs/generic.css index 208e31e367..ac39f32661 100644 --- a/docs/generic.css +++ b/docs/generic.css @@ -27,6 +27,10 @@ dt { margin-right: 2em; } +dt code { + font-weight: bold; +} + dl dd { margin-left: 2em; margin-right: 2em;