[libvirt] [PATCH 13/17] docs: add some improved styling to contact page

Daniel P. Berrange berrange at redhat.com
Mon Oct 31 12:41:54 UTC 2016


Change the contact page styling to better distinguish the
various mailing lists.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 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 9ab0ab9..9ea1674 100644
--- a/docs/contact.html.in
+++ b/docs/contact.html.in
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <body>
-    <h1>Contacting the development team</h1>
+    <h1>Contacting the project contributors</h1>
 
     <ul id="toc"></ul>
 
@@ -24,7 +24,7 @@
       There are three mailing-lists:
     </p>
 
-    <dl>
+    <dl class="mail">
       <dt><a href="https://www.redhat.com/mailman/listinfo/libvir-list">libvir-list at redhat.com</a> (for development)</dt>
       <dd>
         Archives at <a href="https://www.redhat.com/archives/libvir-list">https://www.redhat.com/archives/libvir-list</a>
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 5849eb4..1054424 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -598,3 +598,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;
+}
-- 
2.9.3




More information about the libvir-list mailing list