mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
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: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -274,6 +274,12 @@ span.since {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
span.deprecated {
|
||||
color: darkred;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.diagram {
|
||||
background: rgb(230,230,230);
|
||||
border: 2px dotted rgb(178,178,178);
|
||||
|
||||
Reference in New Issue
Block a user