]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: css: Add style for <span class='deprecated'> ...
authorPeter Krempa <pkrempa@redhat.com>
Tue, 18 Jun 2019 11:32:04 +0000 (13:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 10:15:05 +0000 (12:15 +0200)
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>
docs/libvirt.css

index 8238f0275c80081d2019b4cf94b8b1f4248f4248..4c7afc40429000a88383021d777e601c0382073d 100644 (file)
@@ -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);