From 0af6b0c18edc6fa71ddc49a44d2a99f5554e85c2 Mon Sep 17 00:00:00 2001
From: "Daniel P. Berrange"
Date: Mon, 31 Oct 2016 11:36:20 +0000
Subject: [PATCH] docs: add some improved styling to contact page
Change the contact page styling to better distinguish the
various mailing lists.
Signed-off-by: Daniel P. Berrange
---
docs/contact.html.in | 4 ++--
docs/libvirt.css | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/docs/contact.html.in b/docs/contact.html.in
index 9ab0ab91cb..9ea16748a2 100644
--- a/docs/contact.html.in
+++ b/docs/contact.html.in
@@ -2,7 +2,7 @@
- Contacting the development team
+ Contacting the project contributors
@@ -24,7 +24,7 @@
There are three mailing-lists:
-
+
- libvir-list@redhat.com (for development)
-
Archives at https://www.redhat.com/archives/libvir-list
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 780e56fad4..f7f8a4c81d 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -603,3 +603,18 @@ div.panel dd {
margin: 0px;
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;
+}
--
GitLab