From: Peter Krempa Date: Tue, 18 Jun 2019 11:32:04 +0000 (+0200) Subject: docs: css: Add style for ... X-Git-Tag: v5.5.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71626402f481ed47ff67dafa8521b01a42625707;p=thirdparty%2Flibvirt.git docs: css: Add style for ... Allow marking of the deprecation of features similarly how we mark introduction of features. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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);