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

Peter Krempa posted 5 patches 6 years, 7 months ago
[libvirt] [PATCH 3/5] docs: css: Add style for <span class='deprecated'> ...
Posted by Peter Krempa 6 years, 7 months ago
Allow marking of the deprecation of features similarly how we mark
introduction of features.

Signed-off-by: Peter Krempa <pkrempa@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list