]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: simplify style for headers
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 25 Oct 2016 15:26:25 +0000 (17:26 +0200)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 11 Nov 2016 12:15:05 +0000 (12:15 +0000)
Remove the 1px border underneath all headers and make them
use black text to simplify visual appearance

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/generic.css
docs/libvirt.css

index fa4c4de26826f22f65011fcc9b1b1af2003d10f1..0e4e763d9e1fd73d60c21df87787aea197a97805 100644 (file)
@@ -41,7 +41,6 @@ h1, h2, h3, h4, h5, h6 {
   margin: 0px;
   padding: 0px;
   margin-bottom: 0.25em;
-  border-bottom: 1px solid #aaa;
 }
 
 h1 {
index b06407c2e1209a4fe850b39319cd9434c68592f6..34d8819c1bfad860abb606f78fac1f6db36967df 100644 (file)
@@ -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 {