]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: add styling for <tt> element
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 20 Nov 2019 17:44:38 +0000 (17:44 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 4 Dec 2019 15:48:28 +0000 (15:48 +0000)
Although <tt> is deprecated in HTML5, the rst2html command will still
emit it, in preference to <code> tags, so we must style it too.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/generic.css

index a6b2354df07b5d08aaf33c534f0a67d2bc1cb1c7..c4092abc2bca0c94519fefd0f49a8f5e48eb12f8 100644 (file)
@@ -72,11 +72,11 @@ h6 {
   font-size: 0.8em;
 }
 
-code, pre {
+code, pre, tt {
   font-family: LibvirtOverpassMono;
 }
 
-dd code, p code {
+dd code, p code, tt {
   background-color: #eeeeee;
 }