From 71626402f481ed47ff67dafa8521b01a42625707 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 18 Jun 2019 13:32:04 +0200 Subject: [PATCH] docs: css: Add style for ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow marking of the deprecation of features similarly how we mark introduction of features. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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);