From: Peter Krempa Date: Tue, 16 May 2023 14:32:06 +0000 (+0200) Subject: css: Drop styles for '.mail' class X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e21b32ed4f2319c522101142e4f1b07ded30eff0;p=libvirt.git css: Drop styles for '.mail' class Use was removed in 5042a5def6d2d088ed19b10a08e5f40b11b2c58d Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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; }