mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
parent
2a951e1a98
commit
71626402f4
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user