提交 71626402 编写于 作者: P Peter Krempa

docs: css: Add style for <span class='deprecated'> ...

Allow marking of the deprecation of features similarly how we mark
introduction of features.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 2a951e1a
...@@ -274,6 +274,12 @@ span.since { ...@@ -274,6 +274,12 @@ span.since {
font-weight: bold; font-weight: bold;
} }
span.deprecated {
color: darkred;
font-style: italic;
font-weight: bold;
}
img.diagram { img.diagram {
background: rgb(230,230,230); background: rgb(230,230,230);
border: 2px dotted rgb(178,178,178); border: 2px dotted rgb(178,178,178);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册