From e21b32ed4f2319c522101142e4f1b07ded30eff0 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 16 May 2023 16:32:06 +0200 Subject: [PATCH] css: Drop styles for '.mail' class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use was removed in 5042a5def6d2d088ed19b10a08e5f40b11b2c58d Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/css/libvirt.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/css/libvirt.css b/docs/css/libvirt.css index ee3ec3a29c..ebe8ada60d 100644 --- a/docs/css/libvirt.css +++ b/docs/css/libvirt.css @@ -454,21 +454,6 @@ div.panel dd, margin-bottom: 1em; } -dl.mail dt { - background: rgb(0, 97, 95); - color: rgb(255, 255, 255); - font-weight: bold; - padding: 0.5em; -} -dl.mail dt a { - color: inherit; - text-decoration: none; -} -dl.mail dt a:hover { - color: rgb(255, 230, 0); - text-decoration: none; -} - td.enumvalue { white-space: nowrap; }