[libvirt] [PATCH 3/5] docs: css: Add style for <span class='deprecated'> ...

Peter Krempa pkrempa at redhat.com
Tue Jun 18 11:38:08 UTC 2019


Allow marking of the deprecation of features similarly how we mark
introduction of features.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/libvirt.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/libvirt.css b/docs/libvirt.css
index 8238f0275c..4c7afc4042 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -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);
-- 
2.21.0




More information about the libvir-list mailing list