summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-05-16 16:32:06 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-17 10:08:36 +0200
commite21b32ed4f2319c522101142e4f1b07ded30eff0 (patch)
tree77e0394ff1581eb0ed1851e992e265146d9197ba
parent08de356e1db454ef49b80037a9f669d408c97f17 (diff)
downloadlibvirt-e21b32ed4f2319c522101142e4f1b07ded30eff0.tar.gz
css: Drop styles for '.mail' class
Use was removed in 5042a5def6d2d088ed19b10a08e5f40b11b2c58d Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
-rw-r--r--docs/css/libvirt.css15
1 files changed, 0 insertions, 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;
}