From 90fdc8bd5ed4e0aa7c2b7d063aae255c9cb9ddcb Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 25 Oct 2016 17:26:25 +0200 Subject: [PATCH] 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 --- 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 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 { -- GitLab