From: Daniel P. Berrange Date: Tue, 25 Oct 2016 15:26:25 +0000 (+0200) Subject: docs: simplify style for headers X-Git-Tag: v2.5.0-rc1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fdc8bd5ed4e0aa7c2b7d063aae255c9cb9ddcb;p=thirdparty%2Flibvirt.git docs: simplify style for headers Remove the 1px border underneath all headers and make them use black text to simplify visual appearance Signed-off-by: Daniel P. Berrange --- diff --git a/docs/generic.css b/docs/generic.css index fa4c4de268..0e4e763d9e 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 b06407c2e1..34d8819c1b 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 {