From 8b928bed0896b86603a0d92bbcfbe48ab24db1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 20 Nov 2019 17:44:38 +0000 Subject: [PATCH] docs: add styling for element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- docs/generic.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }