提交 8b928bed 编写于 作者: D Daniel P. Berrangé

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: NMichal Privoznik <mprivozn@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 eb7388b5
...@@ -72,11 +72,11 @@ h6 { ...@@ -72,11 +72,11 @@ h6 {
font-size: 0.8em; font-size: 0.8em;
} }
code, pre { code, pre, tt {
font-family: LibvirtOverpassMono; font-family: LibvirtOverpassMono;
} }
dd code, p code { dd code, p code, tt {
background-color: #eeeeee; background-color: #eeeeee;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册