mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 02:04:16 +03: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;
|
||||
}
|
||||
|
||||
span.deprecated {
|
||||
color: darkred;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
img.diagram {
|
||||
background: rgb(230,230,230);
|
||||
border: 2px dotted rgb(178,178,178);
|
||||
|
Loading…
x
Reference in New Issue
Block a user