[PATCH 04/12] css: Drop styles for '.mail' class

Peter Krempa posted 12 patches 1 year, 3 months ago
[PATCH 04/12] css: Drop styles for '.mail' class
Posted by Peter Krempa 1 year, 3 months ago
Use was removed in 5042a5def6d2d088ed19b10a08e5f40b11b2c58d

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 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;
 }
-- 
2.40.1