From: Daniel P. Berrangé Date: Wed, 20 Nov 2019 17:44:38 +0000 (+0000) Subject: docs: add styling for element X-Git-Tag: v6.0.0-rc1~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b928bed0896b86603a0d92bbcfbe48ab24db1a7;p=thirdparty%2Flibvirt.git docs: add styling for element Although is deprecated in HTML5, the rst2html command will still emit it, in preference to tags, so we must style it too. Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/generic.css b/docs/generic.css index a6b2354df0..c4092abc2b 100644 --- a/docs/generic.css +++ b/docs/generic.css @@ -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; }