docs: add styling for <tt> element

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>
This commit is contained in:
Daniel P. Berrangé 2019-11-20 17:44:38 +00:00
parent eb7388b549
commit 8b928bed08

View 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;
}