Remove the 1px border underneath all headers and make them
use black text to simplify visual appearance
Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com>
---
docs/generic.css | 1 -
docs/libvirt.css | 4 ----
2 files changed, 5 deletions(-)
diff --git a/docs/generic.css b/docs/generic.css
index 8d7771c..5317b60 100644
--- a/docs/generic.css
+++ b/docs/generic.css
@@ -48,7 +48,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 f978921..b62474a 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;
--
2.9.3