[libvirt] [PATCH v2 07/19] docs: simplify style for headers

Daniel P. Berrange berrange at redhat.com
Tue Nov 8 11:50:18 UTC 2016


Remove the 1px border underneath all headers and make them
use black text to simplify visual appearance

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 docs/generic.css | 1 -
 docs/libvirt.css | 5 +----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/generic.css b/docs/generic.css
index fa4c4de..0e4e763 100644
--- a/docs/generic.css
+++ b/docs/generic.css
@@ -41,7 +41,6 @@ h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   margin-bottom: 0.25em;
-  border-bottom: 1px solid #aaa;
 }
 
 h1 {
diff --git a/docs/libvirt.css b/docs/libvirt.css
index b06407c..34d8819 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -1,7 +1,3 @@
-h1, h2, h3, h4, h5, h6 {
-    color: #3c857c;
-}
-
 #nav {
     position: absolute;
     top: 0px;
@@ -541,6 +537,7 @@ br.clear {
 #footer h3 {
     margin:0px;
     font-size: 1em;
+    color: rgb(60, 133, 124);
 }
 
 #footer ul {
-- 
2.9.3




More information about the libvir-list mailing list