On Wed, Jun 26, 2019 at 04:54:42PM +0100, Daniel P. Berrangé wrote:
This reverts commit 71626402f481ed47ff67dafa8521b01a42625707.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/libvirt.css | 6 ------
1 file changed, 6 deletions(-)
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 6639b1df64..54d015db98 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -274,12 +274,6 @@ 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);
Also, this is used by docs/drvqemu.html.in, since:
commit d127bc3ce6eaf4b48dd09305368ac6a727d5aecf
docs: drvqemu: Add note about deprecation of domxml-from-native
where we can either:
a) drop the reference to the removed class
b) drop the reference to the removed command
b) somehow smells of rewriting history - it would be nice to keep the
deprecation notice there at leastfor some time. OTOH, we have a lot of
<span class="since"> elements with pre-historic libvirt versions I'm
considering removing.
Jano