]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Add bold style for <dt><code> elements
authorJohn Ferlan <jferlan@redhat.com>
Thu, 21 Apr 2016 11:54:30 +0000 (07:54 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 22 Apr 2016 12:14:17 +0000 (08:14 -0400)
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.

docs/generic.css

index 208e31e367887c0ef73a009695819d6758ca136e..ac39f32661cc1ab8e819a1c1c7ea4323dee28451 100644 (file)
@@ -27,6 +27,10 @@ dt {
   margin-right: 2em;
 }
 
+dt code {
+  font-weight: bold;
+}
+
 dl dd {
   margin-left: 2em;
   margin-right: 2em;